node-murmurhash
node-murmurhash copied to clipboard
A Node.js module for the optimized JavaScript implementation of the MurmurHash algorithms.
**Environment** System: Windows 10, 64 bit. Nodejs Version: 12.13.0 **Steps to Reproduce** Then run the following code - ```javascript var murmurhash = require('./murmurhash'); murmurhash.v3('foo'); // prints 4138058784 murmurhash.v2('foo'); // prints...
Done some ES6 minor fixes && added yml for node js tests for showing in github actions that it allright. How should I make PR? Make other MAIN branch or...
Should we start translating this one to typescript?
Documentation says that the 2nd param to `murmur.v3` can be `string` but TS type says it's supposed to be `number`