mirror of https://github.com/sveltejs/svelte
parent
2a46f2557b
commit
78e8d8467c
@ -1,9 +1,2 @@
|
||||
export const globals = (typeof window !== 'undefined'
|
||||
? window
|
||||
: typeof globalThis !== 'undefined'
|
||||
? globalThis
|
||||
: global);
|
||||
|
||||
|
||||
|
||||
|
||||
export const globals =
|
||||
typeof window !== 'undefined' ? window : typeof globalThis !== 'undefined' ? globalThis : global;
|
||||
|
||||
Loading…
Reference in new issue