Files
GNX-mailEnterprise/frontend/node_modules/core-js/internals/entry-virtual.js
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

7 lines
158 B
JavaScript

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