blob: 3ef2ebf6a05ef84588e0a5e9b2a89c09df93304c [file] [log] [blame]
var path = require('../internals/path');
module.exports = function (CONSTRUCTOR) {
return path[CONSTRUCTOR + 'Prototype'];
};