6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
/**
|
|
* @packageDocumentation
|
|
* @module std.internal
|
|
*/
|
|
export declare type Hasher<Key> = (key: Key) => number;
|