|
2 weeks ago | |
---|---|---|
.. | ||
dist | 2 weeks ago | |
src | 2 weeks ago | |
types | 2 weeks ago | |
CHANGELOG.md | 2 weeks ago | |
LICENSE | 2 weeks ago | |
README.md | 2 weeks ago | |
package.json | 2 weeks ago |
A MurmurHash2 implementation
import hash from '@emotion/hash'
hash('some-string') // 12fj1d
The source of this is from https://github.com/garycourt/murmurhash-js/blob/master/murmurhash2_gc.js.