6 lines
No EOL
167 B
TypeScript
6 lines
No EOL
167 B
TypeScript
export declare const hash: typeof xxh;
|
|
/**
|
|
* Returns an xxh hash of `input` formatted as a decimal string.
|
|
*/
|
|
declare function xxh(input: string): string;
|
|
export {}; |