|
před 2 týdny | |
---|---|---|
.. | ||
dist | před 2 týdny | |
src | před 2 týdny | |
types | před 2 týdny | |
CHANGELOG.md | před 2 týdny | |
LICENSE | před 2 týdny | |
README.md | před 2 týdny | |
package.json | před 2 týdny |
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.