unis_crm/frontend1/node_modules/@emotion/hash
kangwenjing 8606a02971 0326 2026-03-26 17:29:55 +08:00
..
dist 0326 2026-03-26 17:29:55 +08:00
src 0326 2026-03-26 17:29:55 +08:00
types 0326 2026-03-26 17:29:55 +08:00
CHANGELOG.md 0326 2026-03-26 17:29:55 +08:00
LICENSE 0326 2026-03-26 17:29:55 +08:00
README.md 0326 2026-03-26 17:29:55 +08:00
package.json 0326 2026-03-26 17:29:55 +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.