UNPKG

@rimbu/hashed

Version:

Immutable HashMap and HashSet implementations for TypeScript

13 lines (11 loc) 471 B
/** * @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. */ export * from './hasher.mjs'; export * from './hashed-custom.mjs';