each

v2.4.0
Chained and parallel async iterator in one elegant function
array asynchronous control flow each object

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

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

Metadata

Downloads

Maintainers