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

3 lines
121 B
TypeScript
Raw Normal View History

2024-10-29 17:14:43 +08:00
export declare function IsDev(): boolean;
export declare function IsTest(): boolean;
//# sourceMappingURL=Deving.d.ts.map