Viewing File: /home/ubuntu/todaykat-frontend-base/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]);
};
Back to Directory File Manager