Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 188 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 188 Bytes

A Javascript implementation of Java's hashCode which converts a string to int

Usage

const hasher = require("java-hashcode");
const hashCode = hasher.hasCode("inputString");