projecte_ionic/node_modules/core-js/internals/entry-virtual.js
2022-02-09 18:30:03 +01:00

6 lines
131 B
JavaScript
Executable file

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