Echo/node_modules/core-js/internals/entry-virtual.js
2021-02-11 21:31:41 +08:00

6 lines
131 B
JavaScript

var global = require('../internals/global');
module.exports = function (CONSTRUCTOR) {
return global[CONSTRUCTOR].prototype;
};