Files
documentation/node_modules/core-js-pure/internals/entry-virtual.js
2024-03-22 03:47:51 +05:30

7 lines
143 B
JavaScript

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