JStrHash
This library very easy and lightweight, provides string hashCode, similar into Java. For browser and Node.
Installing
npm i jstrhash
Usage
const strHashCode = require('jstrhash');
let hash = strHashCode('mystring');
console.log(hash);
This library very easy and lightweight, provides string hashCode, similar into Java. For browser and Node.
npm i jstrhash
const strHashCode = require('jstrhash');
let hash = strHashCode('mystring');
console.log(hash);
npm i jstrhash
1
1.0.0
LGPL-3.0-only
8.89 kB
5