node-if-async
node-if-async copied to clipboard
async conditional execution for async.js or standalone usage
Results
2
node-if-async issues
Sort by
recently updated
recently updated
newest added
Yes, it can be done right now, but it would be unreadable. Something like this would look much better: ```js ifAsync(checkSomething) .then(doThis) .else(doThat) .run(finishIt) ```
Please provide some documentation from where we can understand how to work with if-async or how to use your module if-async.currently i am stuck in how to use node if-async...