async-args
Advanced tools
Comparing version
{ | ||
"name": "async-args", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A utility for use in conjunction with async.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -41,3 +41,3 @@ #async-args | ||
**AsyncArgs.constants([constant], [constant], ...)** | ||
###AsyncArgs.constants([constant], [constant], ...) | ||
@@ -54,3 +54,3 @@ Pass constants as arguments to the adjoining function. Arguments from the | ||
**AsyncArgs.appendConstants([constant], [constant], ...)** | ||
###AsyncArgs.appendConstants([constant], [constant], ...) | ||
@@ -65,3 +65,3 @@ Append constants to the arguments coming from the preceding function. | ||
**AsyncArgs.prependConstants([constant], [constant], ...)** | ||
###AsyncArgs.prependConstants([constant], [constant], ...) | ||
@@ -76,3 +76,3 @@ Prepend constants to the arguments coming from the preceding function | ||
**AsyncArgs.select([bool], [bool], ...])** | ||
###AsyncArgs.select([bool], [bool], ...]) | ||
@@ -110,3 +110,3 @@ Select a subset of arguments coming from the preceding function | ||
**asyncArgs.store([key1], [key2], ...)** | ||
###asyncArgs.store([key1], [key2], ...) | ||
@@ -122,3 +122,3 @@ Store selected arguments coming from the previous function to the context | ||
**asyncArgs.values([key1], [key2], ...)** | ||
###asyncArgs.values([key1], [key2], ...) | ||
@@ -136,3 +136,3 @@ Pull specific values from the context object and pass as arguments to the | ||
**asyncArgs.appendValues([key1], [key2], ...)** | ||
###asyncArgs.appendValues([key1], [key2], ...) | ||
@@ -150,3 +150,3 @@ Pull specific values from the context object and append to the arguments coming | ||
**asyncArgs.prependValues([key1], [key2], ...)** | ||
###asyncArgs.prependValues([key1], [key2], ...) | ||
@@ -153,0 +153,0 @@ Pull specific values from the context object and prepend to the arguments coming |
10737
-0.07%