itbl
A collection of javascript utility functions designed to unlock the full potential of the es6 iterable protocol.
Getting Started
To install with npm
$ npm install itbl
Then using Node.js or Browserify.
let itbl = require('itbl');
Contributing
Contributions are welcome,
the style guidelines are taken from lodash
and are enforced using JCSC:
$ npm run style
License
This project is licensed under the MIT License - see the LICENSE file for details
Acknowledgments
- This libary was inspired by lodash and the documentation style was heavily influenced by the documentation of lodash.
- Documentation generated by docdown