async-args
Advanced tools
Comparing version
{ | ||
"name": "async-args", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A utility for use in conjunction with async.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,3 +32,18 @@ #async-args | ||
## API | ||
[Static Usage](#static-usage) | ||
* [constants](#asyncargsconstantsconstant-constant-) | ||
* [appendConstants](#asyncargsappendconstantsconstant-constant-) | ||
* [prependConstants](#asyncargsprependconstantsconstant-constant-) | ||
* [select](#asyncargsselectbool-bool-) | ||
[Instance Usage](#instance-usage) | ||
* [store](#asyncargsstorekey1-key2-) | ||
* [values](#asyncargsvalueskey1-key2-) | ||
* [appendValues](#asyncargsappendvalueskey1-key2-) | ||
* [prpendValues](#asyncargsprependvalueskey1-key2-) | ||
## Static Usage | ||
@@ -35,0 +50,0 @@ |
11215
4.45%174
9.43%