Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/core-js/internals/entry-unbind.js

'use strict';
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