UNPKG

vulcain-corejs

Version:
9 lines (8 loc) 408 B
import { IConfigurationSource, IRemoteConfigurationSource } from "../abstractions"; export declare class PrioritizedSourceValue implements IConfigurationSource { private _remoteSources; private chain; readonly remoteSources: IRemoteConfigurationSource[]; constructor(localSources?: IConfigurationSource[], _remoteSources?: IRemoteConfigurationSource[]); get(name: string): any; }