each

v2.7.0
Chained and parallel async iterator in one elegant function.
array async asynchronous control flow each object promise iteration loop and 3 more...

build

rollup -c

postinstall

husky install

prepack

pinst --disable

postpack

pinst --enable

lint

npm run lint:lib && npm run lint:samples

lint:lib

eslint --fix lib/*.js

lint:samples

eslint --fix samples/*.js

prerelease

npm run build && git update-index --refresh && git diff-index --quiet HEAD --

release

standard-version

release:minor

standard-version --release-as minor

release:patch

standard-version --release-as patch

release:major

standard-version --release-as major

postrelease

git push --follow-tags origin master

test

mocha --node-flags '--unhandled-rejections=strict' test/**/*.coffee
npm i each

Metadata

Downloads

Maintainers