Files
est-frame/node_modules/core-js/internals/entry-virtual.js
2025-10-22 05:38:27 +00:00

7 lines
145 B
JavaScript
Executable File

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