Files
Shifted/node_modules/core-js-pure/internals/entry-virtual.js
2026-02-10 01:14:19 +00:00

7 lines
143 B
JavaScript

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