UNPKG

big-associative

Version:

Big associative containers who can store over 16M elements

5 lines 141 B
export interface IMap<Key, T> { get(key: Key): T | undefined; set(key: Key, value: T): this; } //# sourceMappingURL=IMap.d.ts.map