package.internals.entry-virtual.js Maven / Gradle / Ivy
'use strict';
var path = require('../internals/path');
module.exports = function (CONSTRUCTOR) {
return path[CONSTRUCTOR + 'Prototype'];
};
© 2015 - 2024 Weber Informatics LLC | Privacy Policy