freeCodeCamp/client/utils/index.ts

4 lines
81 B
TypeScript

export function isBrowser(): boolean {
return typeof window !== 'undefined';
}