UNPKG

murmurhash3js-revisited

Version:

MurmurHash3 in JavaScript, matches the reference implementation (C++), runnable in node and browser.

2 lines (1 loc) 49 B
module.exports = require('./lib/murmurHash3js');