There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Port of jshashtable as nodejs package. jshashtable is a standalone implementation of hash table in JavaScript. It associates keys with values, and allows any object to be used as the key (unlike JavaScript's built-in Object, which only allows strings as property names).