[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]dist/2023-06-08 14:13 -  
[DIR]src/2023-06-08 14:13 -  
[DIR]types/2023-06-08 14:13 -  
[TXT]README.md1985-10-26 08:15 226 0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]LICENSE1985-10-26 08:15 1.1K0fb859dc fixed mobile overflwo options [كارل مبارك]
[TXT]CHANGELOG.md1985-10-26 08:15 1.1K 
[   ]package.json2023-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.