2 lines
70 B
TypeScript
Raw Normal View History

2024-04-17 22:11:05 +08:00
// @ts-nocheck
export const isBrowser = typeof window !== 'undefined';