react-hash-string
v1.0.0
Published
Create Hashcode from string
Downloads
11,945
Maintainers
Readme
Create Hashcode from string
npm i react-hash-string
import {
hashRandom,
hashString,
hashObject,
hashArray
} from 'react-hash-string'
hashRandom(); // 2004276715
hashString("test"); // 3556498
hashObject({"a":"b"}); // 1363984429
hashArray(["1","2"]); // -590494081
Javad Shariati [email protected]