UNPKG

110 BJavaScriptView Raw
1define( [
2 "./fnToString"
3], function( fnToString ) {
4 "use strict";
5
6 return fnToString.call( Object );
7} );