您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit 4 年前
..
dist First Commit 4 年前
src First Commit 4 年前
types First Commit 4 年前
CHANGELOG.md First Commit 4 年前
LICENSE First Commit 4 年前
README.md First Commit 4 年前
package.json First Commit 4 年前

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.