member-login-h5/node_modules/@emotion/hash
huyunkun 5ed809faa0 提交 2026-05-10 11:20:32 +08:00
..
dist 提交 2026-05-10 11:20:32 +08:00
src 提交 2026-05-10 11:20:32 +08:00
types 提交 2026-05-10 11:20:32 +08:00
CHANGELOG.md 提交 2026-05-10 11:20:32 +08:00
LICENSE 提交 2026-05-10 11:20:32 +08:00
README.md 提交 2026-05-10 11:20:32 +08:00
package.json 提交 2026-05-10 11:20:32 +08: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.