mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-13 20:36:34 +00:00
4 lines
92 B
TypeScript
4 lines
92 B
TypeScript
export function isInSimulator() {
|
|
return Boolean((window as any).__is_simulator_env__);
|
|
}
|