Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashcode

Build Status Downloads Npm Version Node Version Issues

Hashcode is a simple javascript module for generating hashcodes (integer representations) of objects.

Install

Node

npm install hashcode --save

Usage

Node

const Hashcode = require('hashcode')

const obj = {
    'foo' : 42,
    'bar' : "hello world",
    'baz' : false,
}

const hash = Hashcode.value(obj)

console.log(hash)

About

🔑 A javascript module for generating hashcodes of objects

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages