更新
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
var globalThis = require('../internals/global-this');
|
||||
|
||||
module.exports = function (CONSTRUCTOR) {
|
||||
return globalThis[CONSTRUCTOR].prototype;
|
||||
};
|
||||
Reference in New Issue
Block a user