"use strict";
/**
* @packageDocumentation
*
* The `@rimbu/bimultimap` package provides BiMultiMap implementations.
*
* See the [Rimbu docs BiMultiMap page](https://rimbu.org/docs/collections/bimultimap) for more information.
*/
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./interface/generic/index.cjs"), exports);
tslib_1.__exportStar(require("./interface/hashed/index.cjs"), exports);
tslib_1.__exportStar(require("./interface/sorted/index.cjs"), exports);
//# sourceMappingURL=index.cjs.map