webserver-framework/@types/xxhash.d.ts

6 lines
188 B
TypeScript
Raw Normal View History

2023-04-17 13:10:45 +02:00
declare module 'xxhash' {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
export const hash64 = (input: Buffer, seed: Buffer, encoding: string) => string;
}