spaceout/site/frontend/node_modules/@emotion/hash
2020-12-12 14:43:35 -05:00
..
dist init organization 2020-12-12 14:43:35 -05:00
src init organization 2020-12-12 14:43:35 -05:00
types init organization 2020-12-12 14:43:35 -05:00
CHANGELOG.md init organization 2020-12-12 14:43:35 -05:00
LICENSE init organization 2020-12-12 14:43:35 -05:00
package.json init organization 2020-12-12 14:43:35 -05:00
README.md init organization 2020-12-12 14:43:35 -05:00

@emotion/hash

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.