Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
dist/ | 2023-06-08 14:13 | - | ||
src/ | 2023-06-08 14:13 | - | ||
types/ | 2023-06-08 14:13 | - | ||
CHANGELOG.md | 1985-10-26 08:15 | 1.1K | ||
LICENSE | 1985-10-26 08:15 | 1.1K | 0fb859dc fixed mobile overflwo options [كارل مبارك] | |
README.md | 1985-10-26 08:15 | 226 | 0fb859dc fixed mobile overflwo options [كارل مبارك] | |
package.json | 2023-06-08 14:14 | 1.6K |
# @emotion/hash > A MurmurHash2 implementation ```jsx 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.