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