@rimbu/core
Version:
Immutable collections and tools for TypeScript
29 lines (27 loc) • 1.06 kB
text/typescript
/**
* @packageDocumentation
*
* The `@rimbu/core` package is a convenience package that exports most items from the following packages:<br/>
* <br/>
* - [`@rimbu/bimap`](./bimap)<br/>
* - [`@rimbu/bimultimap`](./bimultimap)<br/>
* - [`@rimbu/collection-types`](./collection-types)<br/>
* - [`@rimbu/common`](./common)<br/>
* - [`@rimbu/deep`](./deep)<br/>
* - [`@rimbu/graph`](./graph)<br/>
* - [`@rimbu/hashed`](./hashed)<br/>
* - [`@rimbu/list`](./list)<br/>
* - [`@rimbu/multimap`](./multimap)<br/>
* - [`@rimbu/multiset`](./multiset)<br/>
* - [`@rimbu/ordered`](./ordered)<br/>
* - [`@rimbu/proximity`](./proximity)<br/>
* - [`@rimbu/sorted`](./sorted)<br/>
* - [`@rimbu/stream`](./stream)<br/>
* - [`@rimbu/table`](./table)<br/>
* <br/>
* It combines the collection packages with the shared utilities from `@rimbu/common`
* into a single entry point, so you can work with Rimbu collections from one import.<br/>
* <br/>
* See the [Rimbu Core API page](/api/rimbu/core) for more information.
*/
export * from './exports.mjs';