0.1.1 • Published 8 years ago

hasheesh v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hasheesh

Easy hashing

Install

npm install hasheesh

Usage

var hashtable = require('hasheesh')
var obj = {"a": "apple", "b": "banana", "c": "cherry"};
hashtable.store(obj)
hashtable.remove("c")
console.log(hashtable.fetch("a"));
console.log(hashtable.hasitem("d"));
console.log("Size: " + hashtable.size());
0.1.1

8 years ago

0.1.0

8 years ago