Lint and format src/runtime/internal/globals.js

pull/8569/head
S. Elliott Johnson 3 years ago
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…
Cancel
Save