mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-06 19:15:12 +02:00
7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
'use strict';
|
|
var global = require('../internals/global');
|
|
|
|
module.exports = function (CONSTRUCTOR) {
|
|
return global[CONSTRUCTOR].prototype;
|
|
};
|