Simple collections functions in JavaScript
Via npm on Node:
npm install simplecolls
You can include lib/simplecolls.js
directly into your HTML page. It declares the sl
namespace.
TBD
git clone git://github.com/ajlopez/SimpleColls.git
cd SimpleColls
npm install
npm test
TBD
TBD
Feel free to file issues and submit pull requests � contributions are welcome.
If you submit a pull request, please be sure to add or update corresponding
test cases, and ensure that npm test
continues to pass.