async-mutex

v0.3.2
A mutex for guarding async workflows
mutex async

lint

eslint src/**/*.ts test/**/*.ts

build

tsc && tsc -p tsconfig.es6.json && tsc -p tsconfig.mjs.json && rollup -o index.mjs mjs/index.js

prepublishOnly

yarn test && yarn build

test

yarn lint && nyc --reporter=text --reporter=html --reporter=lcov mocha test/*.ts

coveralls

cat ./coverage/lcov.info | coveralls

Metadata

  • MIT
  • Whatever
  • Christian Speckner
  • released 8/30/2021

Downloads

Maintainers