@rimbu/multimap
Version:
An immutable Map where each key can have multiple values
16 lines • 776 B
JavaScript
;
/**
* @packageDocumentation
*
* The `@rimbu/multimap/custom` entry exposes internal interfaces, creators, contexts and
* implementations for MultiMaps, allowing advanced users to wire multimap behaviour to
* custom underlying map and set contexts.<br/>
* Prefer the high‑level `@rimbu/multimap` API for normal one‑to‑many use cases; reach for
* this entry only when you need to build specialized MultiMap variants.
*/
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./interface/base.cjs"), exports);
tslib_1.__exportStar(require("./interface/creators.cjs"), exports);
tslib_1.__exportStar(require("./implementation/base.cjs"), exports);
//# sourceMappingURL=index.cjs.map