UNPKG

@rimbu/hashed

Version:

Immutable HashMap and HashSet implementations for TypeScript

12 lines 410 B
"use strict"; /** * @packageDocumentation * * The `@rimbu/hashed/map` package provides the `HashMap` implementation.<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