Skip to content

trusktr/awaitbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awaitbox

A box of useful things to await for in async functions.

npm i awaitbox --save

NOTE: It's recommended that you install only the packages that you need, rather than this package directly.

Available tools

Compatibility

This package is written in ES2016+ JavaScript. To use this in pre-ES2016 environments, you'll need to run this through a transpiler like Babel (and I recommend using the fast-async plugin to get the best results). See some tips on wiring it up with Webpack.

Contributing

Please open an issue or PR if you have any ideas! :]