UNPKG

@perma/map

Version:

Immutable hash maps implemented as hash array papped tries

9 lines 337 B
/** * @typedef {(bytes:Uint8Array) => API.Uint32} Hasher * @type {Hasher} */ export const hash32: Hasher; export function configure({ bitWidth, hash }: Partial<API.Options<API.Uint32>>): API.Path<API.Uint32>; export type Hasher = (bytes: Uint8Array) => API.Uint32; import * as API from "./api.js"; //# sourceMappingURL=Uint32.d.ts.map