UNPKG

204 BTypeScriptView Raw
1/**
2 * Injection mode type.
3 */
4export declare type InjectionModeType = 'PROXY' | 'CLASSIC';
5/**
6 * Resolution modes.
7 */
8export declare const InjectionMode: Record<InjectionModeType, InjectionModeType>;