metal-structs

v1.0.2
A Metal.js set of common data structures.
metal

metal-structs

A Metal.js set of common data structures:

  • MultiMap: Case insensitive string Multimap implementation.
  • TreeNode: Generic tree node data structure with arbitrary number of child nodes.

Setup

  1. Install NodeJS >= v0.12.0, if you don't have it yet.

  2. Install global dependencies:

[sudo] npm install -g gulp
  1. Install local dependencies:
npm install
  1. Build the code:
gulp build
npm i metal-structs

Metadata

  • BSD
  • >=0.12.0
  • Unknown
  • released 9/26/2018

Downloads