String hashCode, similar into Java.
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);
``