mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
3 lines
91 B
TypeScript
3 lines
91 B
TypeScript
export function isInSimulator() {
|
|
return Boolean((window as any).__is_simulator_env__);
|
|
} |