UNPKG

brocode-ev

Version:

Fork of broprint package to obfuscate fingerprint retrieving function

4 lines (3 loc) 206 B
export declare function murmurhash3_32_gc(key: any, seed: any): number; export declare const javaHashCode: (string: any, K: any) => number; export declare const cyrb53: (str: any, seed?: number) => number;