| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| src/ | 2025-10-29 15:57 | - | ||
| dist/ | 2025-10-29 15:57 | - | ||
| README.md | 2025-10-29 15:57 | 226 | 38d15e7 removed strapi.query from api controllers to repair migration on dev server? [كارل مبارك] | |
| package.json | 2025-10-29 15:57 | 734 | ||
| LICENSE | 2025-10-29 15:57 | 1.1K |
# @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.