Files
est-frame/node_modules/core-js-pure/internals/entry-virtual.js
2025-10-22 05:38:27 +00:00

7 lines
143 B
JavaScript
Executable File

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