|
il y a 2 semaines | |
---|---|---|
.. | ||
dist | il y a 2 semaines | |
src | il y a 2 semaines | |
types | il y a 2 semaines | |
CHANGELOG.md | il y a 2 semaines | |
LICENSE | il y a 2 semaines | |
README.md | il y a 2 semaines | |
package.json | il y a 2 semaines |
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.