2 lines
70 B
TypeScript
Raw Permalink Normal View History

// @ts-nocheck
export const isBrowser = typeof window !== 'undefined';