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

3 lines
121 B
TypeScript
Raw Normal View History

2024-03-26 11:10:20 +08:00
export declare function IsDev(): boolean;
export declare function IsTest(): boolean;
//# sourceMappingURL=Deving.d.ts.map