UNPKG

@rimbu/core

Version:

Immutable collections and tools for TypeScript

31 lines 1.22 kB
"use strict"; /** * @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. */ Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./exports.cjs"), exports); //# sourceMappingURL=index.cjs.map