async-args
Advanced tools
Comparing version
{ | ||
"name": "async-args", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A utility for use in conjunction with async.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -26,4 +26,11 @@ #async-args | ||
# Static Usage | ||
## 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]. | ||
## Static Usage | ||
The static library is returned from the require statement | ||
@@ -78,3 +85,3 @@ | ||
# Instance Usage | ||
## Instance Usage | ||
@@ -151,9 +158,2 @@ An instance is returned by calling the static library, which allows the storing | ||
## 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 | ||
@@ -160,0 +160,0 @@ [1]: https://www.npmjs.com/package/async#constantvalues |
10745
0.02%