blob: 42d08dc02238a4d86a27be0908d5ebc6d1601cbe [file] [log] [blame]
var global = require('../internals/global');
module.exports = function (CONSTRUCTOR) {
return global[CONSTRUCTOR].prototype;
};