UNPKG

@sakuli/commons

Version:

10 lines 313 B
import { PropertyMap } from "./model"; export declare class ObjectMap implements PropertyMap { private readonly value; private readonly lens; private readonly cache; constructor(value: any); get(key: string): any; has(key: string): boolean; } //# sourceMappingURL=object-map.class.d.ts.map