@rimbu/bimap
Version:
A bidirectional immutable Map of keys and values for TypeScript
18 lines • 917 B
JavaScript
;
/**
* @packageDocumentation
*
* The `@rimbu/bimap/custom` entry exposes the underlying context, builder and implementation
* types used to construct custom `BiMap` variants, for example with specialized underlying
* map contexts or configuration.<br/>
* Use this entry only in advanced scenarios where you need to wire BiMaps to custom map
* implementations; for regular usage prefer the main `@rimbu/bimap` API.<br/>
* See the `@rimbu/bimap` README for an overview of BiMap concepts.
*/
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./implementation/builder.cjs"), exports);
tslib_1.__exportStar(require("./implementation/immutable.cjs"), exports);
tslib_1.__exportStar(require("./implementation/context.cjs"), exports);
tslib_1.__exportStar(require("./interface.cjs"), exports);
//# sourceMappingURL=index.cjs.map