mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2024-11-29 08:49:40 +00:00
6 lines
295 B
TypeScript
6 lines
295 B
TypeScript
|
export declare function getEnv(): string | undefined;
|
||
|
export declare function isEnv(env: string): boolean;
|
||
|
export declare function isProduction(): boolean;
|
||
|
export declare function isDevelopment(): boolean;
|
||
|
export declare function isTest(): boolean;
|
||
|
//# sourceMappingURL=environment.d.ts.map
|