index.ts 152 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 // @ts-nocheck // #ifdef WEB export const isBrowser = typeof window !== 'undefined'; // #endif // #ifndef WEB export const isBrowser = false; // #endif