mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-07 02:47:12 +00:00
4 lines
92 B
TypeScript
4 lines
92 B
TypeScript
export function isInSimulator() {
|
|
return Boolean((window as any).__is_simulator_env__);
|
|
}
|