Skip to content

Prestaul/corned-beef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corned-beef

Create a hash value for any javascript object

Basic Usage

var hash = require('corned-beef');

assert.equal(hash('foo bar is the best'), 7489163405);
assert.equal(hash({
    foo:'bar',
    boo:'far'
}), -5924828157);
assert.equal(hash({
    boo:'far',
    foo:'bar'
}), -5924828157);

About

Create a hash value for any javascript object

Resources

License

Stars

Watchers

Forks

Packages

No packages published