mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-28 14:08:27 +00:00
4 lines
92 B
TypeScript
4 lines
92 B
TypeScript
export function isInSimulator() {
|
|
return Boolean((window as any).__is_simulator_env__);
|
|
}
|