| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| dist/ | 2023-06-19 12:50 | - | ||
| src/ | 2023-06-19 12:50 | - | ||
| types/ | 2023-06-19 12:50 | - | ||
| LICENSE | 1985-10-26 08:15 | 1.1K | ||
| README.md | 1985-10-26 08:15 | 226 | ||
| package.json | 2023-06-19 12:52 | 1.7K |
# @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.