| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| dist/ | 2023-06-09 12:49 | - | ||
| src/ | 2023-06-09 12:49 | - | ||
| types/ | 2023-06-09 12:49 | - | ||
| CHANGELOG.md | 1985-10-26 08:15 | 1.1K | ||
| LICENSE | 1985-10-26 08:15 | 1.1K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] | |
| README.md | 1985-10-26 08:15 | 226 | f12eb36 documentaiton updates [كارل مبارك] | |
| package.json | 2023-06-09 12:49 | 1.5K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
# @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.