UNPKG

@rimbu/hashed

Version:

Immutable HashMap and HashSet implementations for TypeScript

9 lines (8 loc) 241 B
/** * @packageDocumentation * * The `@rimbu/hashed/map` package provides the `HashMap` implementation.<br/> * <br/> * See the [Rimbu docs Map page](/docs/collections/map) for more information. */ export * from './interface/index.mjs';