UNPKG
pdfjs-lib
Version:
latest (0.0.149)
0.0.149
Generic build of Mozilla's PDF.js library.
mozilla.github.io/pdf.js/
mozilla/pdfjs-dist
pdfjs-lib
/
types
/
src
/
shared
/
murmurhash3.d.ts
8 lines
(7 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
class
MurmurHash3_64
{
constructor
(
seed
:
any
);
h1
:
number
;
h2
:
number
;
update
(
input
:
any
):
void
;
hexdigest
():
string
; }