core.function.part.js 210 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 var path = require('./$.path') , $export = require('./$.export'); // Placeholder require('./$.core')._ = path._ = path._ || {}; $export($export.P + $export.F, 'Function', {part: require('./$.partial')});