/**
 * @packageDocumentation
 *
 * The `@rimbu/sorted/map` package provides `SortedMap` implementations.<br/>
 * <br/>
 * See the [Rimbu docs Map page](/docs/collections/map) for more information.
 */
export * from './interface/index.mjs';
