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