iterall

v1.1.0
Minimal zero-dependency utilities for using JavaScript Iterables in all environments.
es6 iterator iterable polyfill for-of

test

npm run lint && npm run flow && npm run testonly && npm run testdocs

flow

flow check

lint

npm run prettier -- --write

lint-check

npm run prettier -- --list-different

prettier

prettier --single-quote --no-semi --parser flow '*.{js,flow}'

testonly

nyc --check-coverage --statements 100 node test.js

testdocs

if [ "$(documentation readme -dgs API | grep -vF 'up to date')" ]; then echo 'Must run: npm run docs'; exit 1; fi;

docs

documentation readme -gs API

travis

npm run lint-check && npm run flow && npm run test && nyc report --reporter=text-lcov | coveralls

Metadata

  • MIT
  • Whatever
  • Lee Byron
  • released 4/26/2017

Downloads

Maintainers