projecte_ionic/node_modules/core-js-pure/internals/entry-virtual.js

6 lines
129 B
JavaScript
Raw Permalink Normal View History

2022-02-09 18:30:03 +01:00
var path = require('../internals/path');
module.exports = function (CONSTRUCTOR) {
return path[CONSTRUCTOR + 'Prototype'];
};