Files

6 lines
118 B
TypeScript

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