@azure-tools/async-io

v3.0.254
Asynchronous IO (for Azure Open Source Projects)
perks async autorest azure typescript

test

npm run build && mocha dist/test --timeout 50000

build

tsc -p .

clean

ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash

watch

tsc -p . --watch

eslint

eslint . --ext .ts

prepare

npm run build

test:ci

npm run build && mocha dist/test --timeout 50000

clean-cmd

if exist dist rmdir /s /q dist && exit 0 || exit 0

clean-bash

rm nul && rm -rf dist && exit 0 || exit 0

eslint-fix

eslint . --fix --ext .ts
npm i @azure-tools/async-io

Metadata

  • MIT
  • >=10.12.0
  • Unknown
  • released 3/17/2021

Downloads

Maintainers