webserver-framework/@types/xxhash.d.ts
2023-04-17 14:10:45 +03:00

6 lines
188 B
TypeScript

declare module 'xxhash' {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
export const hash64 = (input: Buffer, seed: Buffer, encoding: string) => string;
}