first
This commit is contained in:
6
node_modules/core-js/internals/entry-virtual.js
generated
vendored
Normal file
6
node_modules/core-js/internals/entry-virtual.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
var global = require('../internals/global');
|
||||
|
||||
module.exports = function (CONSTRUCTOR) {
|
||||
return global[CONSTRUCTOR].prototype;
|
||||
};
|
Reference in New Issue
Block a user