Awaitable Async
Every method in caolan/async wrapped in promises.
const async =
Examples
Get results
const results = await async console
Wait until finished
await async console
Catch errors
try await async catcherr console
Every method in caolan/async wrapped in promises.
const async =
const results = await async console
await async console
try await async catcherr console
npm i awaitable-async
14
0.0.6
MIT
17.6 kB
5