feat: init
This commit is contained in:
5
node_modules/unenv/dist/runtime/polyfill/globalthis-global.mjs
generated
vendored
Normal file
5
node_modules/unenv/dist/runtime/polyfill/globalthis-global.mjs
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
// Node.js compatibility
|
||||
if (!("global" in globalThis)) {
|
||||
globalThis.global = globalThis;
|
||||
}
|
||||
export default globalThis;
|
||||
Reference in New Issue
Block a user