FrontPastel/node_modules/@emotion/hash
NataliaCancinoV aa2823eee5 Primer commit 2024-04-17 07:55:11 -06:00
..
dist Primer commit 2024-04-17 07:55:11 -06:00
src Primer commit 2024-04-17 07:55:11 -06:00
types Primer commit 2024-04-17 07:55:11 -06:00
LICENSE Primer commit 2024-04-17 07:55:11 -06:00
README.md Primer commit 2024-04-17 07:55:11 -06:00
package.json Primer commit 2024-04-17 07:55:11 -06:00

README.md

@emotion/hash

A MurmurHash2 implementation

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.