mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 00:03:27 +10:00
4 lines
76 B
TypeScript
4 lines
76 B
TypeScript
const isBrowser = typeof window !== 'undefined';
|
|
|
|
export default isBrowser;
|