UNPKG

@rimbu/sorted

Version:

Immutable SortedMap and SortedSet implementations for TypeScript

10 lines (8 loc) 241 B
/** * @packageDocumentation * * The `@rimbu/sorted/set` package provides `SortedSet` implementations.<br/> * <br/> * See the [Rimbu docs Set page](/docs/collections/set) for more information. */ export * from './interface/index.mjs';