UNPKG

110 BTypeScriptView Raw
1export declare function BKDRHash(str: string): number;
2export declare function djb2hash(str: string): number;