2 lines
70 B
TypeScript
2 lines
70 B
TypeScript
// @ts-nocheck
|
|
export const isBrowser = typeof window !== 'undefined'; |
// @ts-nocheck
|
|
export const isBrowser = typeof window !== 'undefined'; |