array-iterate

v1.1.1
forEach with the possibility to change the next position
array list iterate walk

build-md

remark . -qfo

build-bundle

browserify index.js -s arrayIterate > array-iterate.js

build-mangle

esmangle array-iterate.js > array-iterate.min.js

build

npm run build-md && npm run build-bundle && npm run build-mangle

lint

xo

test-api

node test

test-coverage

nyc --reporter lcov tape test.js

test

npm run build && npm run lint && npm run test-coverage

Metadata

  • MIT
  • Whatever
  • Titus Wormer
  • released 6/20/2017

Downloads

Maintainers