UNPKG

@rimbu/hashed

Version:

Immutable HashMap and HashSet implementations for TypeScript

9 lines 275 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'; //# sourceMappingURL=index.mjs.map