UNPKG

@rimbu/multimap

Version:

An immutable Map where each key can have multiple values

17 lines 876 B
"use strict"; /** * @packageDocumentation * * The `@rimbu/multimap` package provides implementations for various MultiMaps.<br/> * <br/> * See the [Rimbu docs MultiMap page](/docs/collections/multimap) for more information. */ Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./interface/generic/variant.cjs"), exports); tslib_1.__exportStar(require("./interface/generic/generic.cjs"), exports); tslib_1.__exportStar(require("./interface/hash-key/hash-value/interface.cjs"), exports); tslib_1.__exportStar(require("./interface/hash-key/sorted-value/interface.cjs"), exports); tslib_1.__exportStar(require("./interface/sorted-key/hash-value/interface.cjs"), exports); tslib_1.__exportStar(require("./interface/sorted-key/sorted-value/interface.cjs"), exports); //# sourceMappingURL=index.cjs.map