UNPKG

@configurator/ravendb

Version:
9 lines (8 loc) 267 B
export declare class CaseInsensitiveKeysStore { private _originalKeys; getKey(key: string): string; getKeys(): IterableIterator<string>; setKey(origKey: string): string; deleteKey(origKey: string): string; normalizeKey(key: string): string; }