massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / internals / function-call.js
1 var call = Function.prototype.call;
2
3 module.exports = call.bind ? call.bind(call) : function () {
4   return call.apply(call, arguments);
5 };