FLUJOS/VISUALIZACION/node_modules/core-js/modules/es6.function.bind.js
2025-11-07 00:06:12 +01:00

4 lines
164 B
JavaScript
Executable file

// 19.2.3.2 / 15.3.4.5 Function.prototype.bind(thisArg, args...)
var $export = require('./_export');
$export($export.P, 'Function', { bind: require('./_bind') });