ConvoyPanel/resources/scripts/util/ssr.ts
2022-11-21 06:16:27 +00:00

1 line
No EOL
88 B
TypeScript

export const isServer = typeof window === 'undefined' || typeof document === 'undefined'