entry-virtual.js 143 B

123456
  1. 'use strict';
  2. var path = require('../internals/path');
  3. module.exports = function (CONSTRUCTOR) {
  4. return path[CONSTRUCTOR + 'Prototype'];
  5. };