massive update, probably broken
[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 uncurryThis = require('../internals/function-uncurry-this');
3
4 module.exports = function (CONSTRUCTOR, METHOD) {
5   return uncurryThis(global[CONSTRUCTOR].prototype[METHOD]);
6 };