react-hash-string
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Create Hashcode from string

NPM version NPM downloads NPM downloads MIT License Build Status

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 jsh1400@yahoo.com

/react-hash-string/

    Package Sidebar

    Install

    npm i react-hash-string

    Weekly Downloads

    1,918

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    3.68 kB

    Total Files

    5

    Last publish

    Collaborators

    • jsh1400