@rimbu/hashed
Version:
Immutable HashMap and HashSet implementations for TypeScript
15 lines • 665 B
JavaScript
;
/**
* @packageDocumentation
*
* The `@rimbu/hashed/common` entry provides shared hasher utilities and supporting types
* used by the hash‑based maps and sets in `@rimbu/hashed` and other Rimbu packages.<br/>
* Import from this module when you need to configure or implement custom `Hasher`
* instances (for numbers, strings, objects, streams, etc.) to plug into hash‑based
* collections.
*/
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./hasher.cjs"), exports);
tslib_1.__exportStar(require("./hashed-custom.cjs"), exports);
//# sourceMappingURL=index.cjs.map