Thoroughly tested Javascript implementation of Java's hashCode which converts a string to int
npm install jhashcodeA Javascript implementation of Java's hashCode which converts a string to int
``js``
const hasher = require("java-hashcode");
const hashCode = hasher.hasCode("inputString");