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

3 lines
121 B
TypeScript
Raw Normal View History

2021-01-28 10:17:21 +08:00
export declare function IsDev(): boolean;
export declare function IsTest(): boolean;
//# sourceMappingURL=Deving.d.ts.map