v3/src/common/utils/isBrowser.ts

1 line
62 B
TypeScript

export const isBrowser = () => typeof window !== 'undefined';