2023-02-06 12:19:39 +03:00

4 lines
71 B
TypeScript

export function isServer() {
return typeof window === 'undefined';
}