.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / internals / entry-unbind.js
1 var global = require('../internals/global');
2 var bind = require('../internals/function-bind-context');
3
4 var call = Function.call;
5
6 module.exports = function (CONSTRUCTOR, METHOD, length) {
7   return bind(call, global[CONSTRUCTOR].prototype[METHOD], length);
8 };