nmm-datastructure
v0.0.4
Published
A simple Data Structure library for javascript. Based on the Simile Ajax Project
Downloads
7
Readme
var datastructure = require('nmm-datastructure')
var set = new datastructure.Nmm.Set();
Installation
$ npm install nmm-datastructure
Features
- Simple Datastructure Library, based on defunct SimileAjax Project