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