github-pages-deploy-action/node_modules/core-js-pure/internals/entry-virtual.js
2020-03-06 22:45:40 -05:00

6 lines
129 B
JavaScript

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