UNPKG

big-associative

Version:

Big associative containers who can store over 16M elements

4 lines 93 B
export interface ISet<Key> { add(key: Key): this; } //# sourceMappingURL=ISet.d.ts.map