Nikolay Vitkov | d76576c | 2024-12-02 14:10:15 | [diff] [blame] | 1 | 'use strict'; |
2 | |||||
3 | var getGlobal = require('globalthis/polyfill'); | ||||
4 | |||||
5 | // https://262.ecma-international.org/6.0/#sec-getglobalobject | ||||
6 | |||||
7 | module.exports = function GetGlobalObject() { | ||||
8 | return getGlobal(); | ||||
9 | }; |