pierrec / js-xxhash

Javascript implementation of xxHash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no node.js documentation

leebenson opened this issue · comments

Following the documentation with the NPM model yields:

xxhashjs is not a function

Only examining the object did I realise that it exports a h32 and h64 function.

Might be worth updating the docs to reflect that?

Ah yes, thanks for reporting.
I have updated the README and examples.