asd/asd-pc/node_modules/core-js/internals/entry-virtual.js
愉快的大福 eb8378e551 init
2024-11-21 11:06:22 +08:00

6 lines
131 B
JavaScript

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