You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/core-js/modules/core.function.part.js

7 lines
206 B
JavaScript

var path = require('./_path')
, $export = require('./_export');
// Placeholder
require('./_core')._ = path._ = path._ || {};
$export($export.P + $export.F, 'Function', {part: require('./_partial')});