UNPKG

@rimbu/core

Version:

Immutable collections and tools for TypeScript

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