UNPKG

core-js

Version:
6 lines (4 loc) 139 B
var call = Function.prototype.call; module.exports = call.bind ? call.bind(call) : function () { return call.apply(call, arguments); };