|
2 nedēļas atpakaļ | |
---|---|---|
.. | ||
dist | 2 nedēļas atpakaļ | |
src | 2 nedēļas atpakaļ | |
types | 2 nedēļas atpakaļ | |
CHANGELOG.md | 2 nedēļas atpakaļ | |
LICENSE | 2 nedēļas atpakaļ | |
README.md | 2 nedēļas atpakaļ | |
package.json | 2 nedēļas atpakaļ |
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.