UNPKG

apollo-client-cors-hack

Version:

A simple yet functional GraphQL client.

6 lines (5 loc) 237 B
export declare function getEnv(): string; export declare function isEnv(env: string): boolean; export declare function isProduction(): boolean; export declare function isDevelopment(): boolean; export declare function isTest(): boolean;