mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 19:46:40 +00:00
6 lines
No EOL
290 B
TypeScript
6 lines
No EOL
290 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
|