federation/gateway/node_modules/apollo-utilities/lib/util/environment.d.ts
2020-11-14 16:43:58 +01:00

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