@rimbu/hashed
Version:
Immutable HashMap and HashSet implementations for TypeScript
18 lines • 789 B
JavaScript
;
/**
* @packageDocumentation
*
* The `@rimbu/hashed` package provides implementations of the `HashSet` and `HashMap`.<br/>
* <br/>
* See the [Rimbu docs Map page](/docs/collections/map) and [Rimbu docs Set page](/docs/collections/set) for more information.
* <br/>
* This is a convenience package that exports everything from the following sub-packages:<br/>
* - [`@rimbu/hashed/map`](./hashed/map)<br/>
* - [`@rimbu/hashed/set`](./hashed/set)<br/>
*/
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("../common/index.cjs"), exports);
tslib_1.__exportStar(require("@rimbu/hashed/map"), exports);
tslib_1.__exportStar(require("@rimbu/hashed/set"), exports);
//# sourceMappingURL=index.cjs.map