astro-ghostcms/.pnpm-store/v3/files/64/669f745c707ce9c1a4e467f4ea6...

10 lines
198 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
'use strict';
var getGlobal = require('globalthis/polyfill');
// https://262.ecma-international.org/6.0/#sec-getglobalobject
module.exports = function GetGlobalObject() {
return getGlobal();
};