UNPKG

@rimbu/sorted

Version:

Immutable SortedMap and SortedSet implementations for TypeScript

10 lines (8 loc) 241 B
/** * @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';