projecte_ionic/node_modules/core-js-pure/internals/entry-virtual.js
2022-02-09 18:30:03 +01:00

6 lines
129 B
JavaScript
Executable file

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