metal-structs

A Metal.js set of common data structures.

Usage no npm install needed!

<script type="module">
  import metalStructs from 'https://cdn.skypack.dev/metal-structs';
</script>

README

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