Files
rss-nostr-lambda/node_modules/tstl/internal/functional/Hasher.d.ts
T

6 lines
118 B
TypeScript

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