Files
Job_App/node_modules/core-js-pure/internals/entry-virtual.js
2025-03-28 12:30:19 +11:00

7 lines
143 B
JavaScript

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