jhashcode
v1.0.0
Published
Thoroughly tested Javascript implementation of Java's hashCode which converts a string to int
Downloads
2
Readme
A Javascript implementation of Java's hashCode which converts a string to int
Usage
const hasher = require("java-hashcode");
const hashCode = hasher.hasCode("inputString");