first
This commit is contained in:
7
node_modules/core-js/internals/entry-unbind.js
generated
vendored
Normal file
7
node_modules/core-js/internals/entry-unbind.js
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
'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]);
|
||||
};
|
Reference in New Issue
Block a user