biofriction-wp-theme/node_modules/core-js/modules/core.function.part.js

8 lines
207 B
JavaScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
var path = require('./_path');
var $export = require('./_export');
// Placeholder
require('./_core')._ = path._ = path._ || {};
$export($export.P + $export.F, 'Function', { part: require('./_partial') });