Skip to content

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

Notifications You must be signed in to change notification settings

inteist/java-hashcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

Usage

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published