|
пре 2 недеља | |
---|---|---|
.. | ||
dist | пре 2 недеља | |
src | пре 2 недеља | |
types | пре 2 недеља | |
CHANGELOG.md | пре 2 недеља | |
LICENSE | пре 2 недеља | |
README.md | пре 2 недеља | |
package.json | пре 2 недеља |
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.