${short_desc}
It is installable via npm install --save ${npm-name}
, it can also be used directly in the browser.
${quick_example}
There is more available, so take a look at the docs below for a full list. This documentation aims to be comprehensive, so if you feel anything is missing please create a GitHub issue for it.
The source is available for download from GitHub. Alternatively, you can install using npm:
$ npm install --save ${npm-name}
You can then require()
${npm-name} as normal:
const ${safe-name} = require('${npm-name}')
Async should work in any ES2015 environment out of the box.
Usage:
<script type="text/javascript" src="index.js"></script>
The portable versions of ${name}, including index.js
and index.min.js
, are included in the /dist
folder. Async can also be found on Unkpkg.com under