"use strict"; /** * @packageDocumentation * * The `@rimbu/collection-types` package is a convenience package that exports everything from the following sub-packages:
*
* - [`@rimbu/collection-types/map`](./collection-types/map)
* - [`@rimbu/collection-types/set`](./collection-types/set)
*
* See the [Rimbu docs Map page](https://rimbu.org/docs/collections/map) and * the [Rimbu docs Set page](https://rimbu.org/docs/collections/set) for more information. */ Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("@rimbu/collection-types/map"), exports); tslib_1.__exportStar(require("@rimbu/collection-types/set"), exports); //# sourceMappingURL=index.cjs.map