async-args
Advanced tools
Comparing version
{ | ||
"name": "async-args", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A utility for use in conjunction with async.", | ||
@@ -26,5 +26,3 @@ "main": "index.js", | ||
}, | ||
"dependencies": { | ||
} | ||
"dependencies": {} | ||
} |
@@ -149,4 +149,12 @@ #async-args | ||
## Concepts | ||
Think of async-args as a collection of factory functions which produce | ||
async functions to replace, select, or insert arguments. You can explore an | ||
interactive code example [here][3]. | ||
[0]: https://www.npmjs.com/package/async#waterfalltasks-callback | ||
[1]: https://www.npmjs.com/package/async#constantvalues | ||
[2]: https://www.npmjs.com/package/async | ||
[2]: https://www.npmjs.com/package/async | ||
[3]: https://tonicdev.com/majgis/async-args |
10743
2.28%159
5.3%