UNPKG
xxhashjs
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
xxHash in Javascript
github.com/pierrec/js-xxhash
pierrec/js-xxhash
xxhashjs
/
lib
/
index.js
5 lines
(4 loc)
•
76 B
JavaScript
View Raw
1
2
3
4
5
module
.exports = {
h32:
require
(
"./xxhash"
) ,
h64:
require
(
"./xxhash64"
) }