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