@rimbu/sorted
Version:
Immutable SortedMap and SortedSet implementations for TypeScript
12 lines • 409 B
JavaScript
;
/**
* @packageDocumentation
*
* The `@rimbu/sorted/map` package provides `SortedMap` implementations.<br/>
* <br/>
* See the [Rimbu docs Map page](/docs/collections/map) for more information.
*/
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./interface/index.cjs"), exports);
//# sourceMappingURL=index.cjs.map