mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-17 07:13:01 +00:00
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
interface Window {
|
|
__isDebug?: boolean;
|
|
__newFunc?: (funcStr: string) => ((...args: any[]) => any);
|
|
} |