UNPKG

566 BTypeScriptView Raw
1/**
2 * Injection tokens
3 */
4export declare const CONFIGURATION_SERVICE_TOKEN: unique symbol;
5export declare const CONFIGURATION_TOKEN = "CONFIGURATION_TOKEN";
6export declare const CONFIGURATION_LOADER = "CONFIGURATION_LOADER";
7export declare const VALIDATED_ENV_LOADER = "VALIDATED_ENV_LOADER";
8export declare const PARTIAL_CONFIGURATION_KEY = "PARTIAL_CONFIGURATION_KEY";
9export declare const PARTIAL_CONFIGURATION_PROPNAME = "KEY";
10export declare const VALIDATED_ENV_PROPNAME = "_PROCESS_ENV_VALIDATED";
11export declare const AS_PROVIDER_METHOD_KEY = "asProvider";