|
hace 2 semanas | |
---|---|---|
.. | ||
dist | hace 2 semanas | |
src | hace 2 semanas | |
types | hace 2 semanas | |
CHANGELOG.md | hace 2 semanas | |
LICENSE | hace 2 semanas | |
README.md | hace 2 semanas | |
package.json | hace 2 semanas |
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.