A Javascript implementation of Java's hashCode which converts a string to int Usage const hasher = require("java-hashcode"); const hashCode = hasher.hasCode("inputString");