@rimbu/multiset
Version:
An immutable Set where each element can occur multiple times
15 lines • 664 B
JavaScript
;
/**
* @packageDocumentation
*
* The `@rimbu/multiset` package provides implementations for various MultiSets.<br/>
* <br/>
* See the [Rimbu docs MultiSet page](/docs/collections/multiset) 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/hashed/interface.cjs"), exports);
tslib_1.__exportStar(require("./interface/sorted/interface.cjs"), exports);
//# sourceMappingURL=index.cjs.map