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