UNPKG

big-associative

Version:

Big associative containers who can store over 16M elements

5 lines 130 B
export interface IWeak<Key> { has(key: Key): boolean; delete(key: Key): boolean; } //# sourceMappingURL=IWeak.d.ts.map