UNPKG

pdfjs-dist

Version:

Generic build of Mozilla's PDF.js library.

8 lines (7 loc) 147 B
export class MurmurHash3_64 { constructor(seed: any); h1: number; h2: number; update(input: any): void; hexdigest(): string; }