awaitqueue

v3.0.2
JavaScript utility to enqueue asynchronous tasks and run them sequentially one after another

prepare

npm run typescript:build

typescript:build

rm -rf lib && tsc

typescript:watch

rm -rf lib && (tsc --watch --pretty)

lint

eslint -c .eslintrc.js --max-warnings 0 src .eslintrc.js

test

jest

release:check

npm run typescript:build && npm run lint && npm run test
npm i awaitqueue

Metadata

  • ISC
  • >=16
  • IƱaki Baz Castillo
  • released 10/26/2023

Downloads

Maintainers