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

10 lines
198 B
Plaintext

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