UNPKG

@sakuli/commons

Version:

8 lines 338 B
import { PropertyMap, PropertySource } from "../model"; export declare class CascadingPropertyMap implements PropertyMap { private propertyMaps; installSource(source: PropertySource): Promise<void>; get(key: string): string | null; has(key: string): boolean; } //# sourceMappingURL=cascading-property-source.class.d.ts.map