itbl
v2.2.3
Published
Utility libary for es6 iterators
Downloads
1
Maintainers
Readme
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.
// Load the full build.
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