DIR: /proc/1991111/cwd/usr/share/node_modules/core-js/internals/ |
Current File : //proc/1991111/cwd/usr/share/node_modules/core-js/internals/entry-unbind.js |
var global = require('../internals/global'); var uncurryThis = require('../internals/function-uncurry-this'); module.exports = function (CONSTRUCTOR, METHOD) { return uncurryThis(global[CONSTRUCTOR].prototype[METHOD]); }; |