/**
 * @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';
