webcad-api/types/Common/Deving.d.ts

3 lines
121 B
TypeScript
Raw Normal View History

2020-09-24 11:04:12 +08:00
export declare function IsDev(): boolean;
2021-02-21 09:40:26 +08:00
export declare function IsTest(): boolean;
2020-09-24 11:04:12 +08:00
//# sourceMappingURL=Deving.d.ts.map