@perma/map
Version:
Immutable hash maps implemented as hash array papped tries
5 lines • 313 B
TypeScript
export function hash64(bytes: Uint8Array): Uint8Array;
export function configure({ bitWidth, hash }?: Partial<API.Options<Uint8Array>>): API.Path<Uint8Array>;
export function toInt(bytes: Uint8Array, offset: number, count: number): number;
import * as API from "./api.js";
//# sourceMappingURL=Uint8Array.d.ts.map