ente/packages/shared/platform/index.ts

4 lines
81 B
TypeScript
Raw Normal View History

2023-11-02 05:26:51 +00:00
export function runningInBrowser() {
return typeof window !== 'undefined';
}