[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]src/2025-10-29 15:57 -  
[DIR]dist/2025-10-29 15:57 -  
[TXT]README.md2025-10-29 15:57 226 38d15e7 removed strapi.query from api controllers to repair migration on dev server? [كارل مبارك]
[   ]package.json2025-10-29 15:57 734  
[   ]LICENSE2025-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.