mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 06:48:24 -04:00
7 lines
143 B
JavaScript
7 lines
143 B
JavaScript
'use strict';
|
|
var path = require('../internals/path');
|
|
|
|
module.exports = function (CONSTRUCTOR) {
|
|
return path[CONSTRUCTOR + 'Prototype'];
|
|
};
|