//================================================================ /** * @packageDocumentation * @module std.internal */ //================================================================ export type Hasher = (key: Key) => number;