asyncjs-util
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -8,3 +8,3 @@ { | ||
"devDependencies": { | ||
"tap": "14.2.2" | ||
"tap": "14.4.2" | ||
}, | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
}, | ||
"version": "1.1.0" | ||
"version": "1.1.1" | ||
} |
# Asyncjs Utilities | ||
Utility methods for working with asyncjs | ||
Utility methods for working with [asyncjs](http://caolan.github.io/async/v3/) | ||
## returnResult | ||
Return a specific result of an async/auto process | ||
Omit a cbk and specify reject/resolve if using a Promise | ||
{ | ||
[of]: <Property String> | ||
[reject]: <Promise Reject Function> | ||
[resolve]: <Promise Resolve Function> | ||
} | ||
[cbk]: <Callback Function> | ||
@returns | ||
<Function> (err, res) => {} |
@@ -10,2 +10,3 @@ /** Return a specific result of an async/auto process | ||
} | ||
[cbk]: <Callback Function> | ||
@@ -12,0 +13,0 @@ @returns |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4322
78
20