jshashtable

0.1.0 • Public • Published

JSHashtable for nodejs

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).

Original website: http://www.timdown.co.uk/jshashtable/

/jshashtable/

    Package Sidebar

    Install

    npm i jshashtable

    Weekly Downloads

    422

    Version

    0.1.0

    License

    APACHE-2.0

    Last publish

    Collaborators

    • paulhayes
    • timdown