deegles / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.

Home Page:http://www.collectionsjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Collections

This package contains JavaScript implementations of common data structures with idiomatic iterfaces, including extensions for Array and Object.

You can use these Node Packaged Modules with Node.js, Browserify, Mr, or any compatible CommonJS module loader. Using a module loader or bundler when using Collections in web browsers has the advantage of only incorporating the modules you need. However, you can just embed <script src="collections/collections.min.js"> and all of the collections will be introduced as globals. ⚠️ require("collections") is not supported.

npm install collections --save

Documentation can be found at http://collectionsjs.com which in turn can be updated at https://github.com/montagejs/collectionsjs.com.

Analytics

About

This package contains JavaScript implementations of common data structures with idiomatic interfaces.

http://www.collectionsjs.com

License:Other


Languages

Language:JavaScript 100.0%