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

8 lines
163 B
TypeScript

/**
* Hash function.
*
* @param itemList The items to be hashed.
* @return The hash code.
*/
export declare function hash(...itemList: any[]): number;