Skip to content
Snippets Groups Projects
platform.ts 198 B
export const isPlaywright = false;

export const OS: 'windows' | 'mac' | 'linux' | 'unknown' = 'unknown';
export const env: 'web' | 'mobile' | 'unknown' = 'unknown';
export const isBrowser = false;