GoScrobble/web/node_modules/core-js-pure/internals/entry-virtual.js

6 lines
129 B
JavaScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
var path = require('../internals/path');
module.exports = function (CONSTRUCTOR) {
return path[CONSTRUCTOR + 'Prototype'];
};