minishouyin/node_modules/@emotion/hash
2025-11-12 11:35:57 +08:00
..
dist first commit 2025-11-12 11:35:57 +08:00
src first commit 2025-11-12 11:35:57 +08:00
types first commit 2025-11-12 11:35:57 +08:00
CHANGELOG.md first commit 2025-11-12 11:35:57 +08:00
LICENSE first commit 2025-11-12 11:35:57 +08:00
package.json first commit 2025-11-12 11:35:57 +08:00
README.md first commit 2025-11-12 11:35:57 +08:00

@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.