This repository has been archived on 2026-04-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
VUE_GabenParadise/node_modules/core-js/internals/entry-virtual.js
T
2020-08-10 14:35:19 +02:00

6 lines
131 B
JavaScript

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