Files
Arbitrate-FrontendH5/node_modules/core-js/internals/entry-virtual.js
T
2024-01-18 10:46:33 +08:00

7 lines
145 B
JavaScript

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