PromoCursed/node_modules/@emotion/hash
2024-08-20 23:25:37 +04:00
..
dist Первый коммит 2024-08-20 23:25:37 +04:00
src Первый коммит 2024-08-20 23:25:37 +04:00
types Первый коммит 2024-08-20 23:25:37 +04:00
CHANGELOG.md Первый коммит 2024-08-20 23:25:37 +04:00
LICENSE Первый коммит 2024-08-20 23:25:37 +04:00
package.json Первый коммит 2024-08-20 23:25:37 +04:00
README.md Первый коммит 2024-08-20 23:25:37 +04: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.