2022-02-16 11:20:17 +08:00

4 lines
92 B
TypeScript

export function isInSimulator() {
return Boolean((window as any).__is_simulator_env__);
}