mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
1 line
62 B
TypeScript
1 line
62 B
TypeScript
export const isBrowser = () => typeof window !== 'undefined';
|