astock-agent/frontend/node_modules/next/dist/shared/lib/hash.d.ts
2026-04-07 20:51:00 +08:00

3 lines
109 B
TypeScript

export declare function djb2Hash(str: string): number;
export declare function hexHash(str: string): string;