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

7 lines
143 B
JavaScript

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