Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit há 3 anos
..
dist First Commit há 3 anos
src First Commit há 3 anos
types First Commit há 3 anos
CHANGELOG.md First Commit há 3 anos
LICENSE First Commit há 3 anos
README.md First Commit há 3 anos
package.json First Commit há 3 anos

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.