UNPKG

92 BJavaScriptView Raw
1define( [
2 "./hasOwn"
3], function( hasOwn ) {
4 "use strict";
5
6 return hasOwn.toString;
7} );