Run a sequence of async functions until one of them returns something.
$ npm install --save run-until
var runUntil = require('run-until');
runUntil('Rainbow');
MIT © Damian Krzeminski
Run a sequence of async functions until one of them returns something.
Run a sequence of async functions until one of them returns something.
$ npm install --save run-until
var runUntil = require('run-until');
runUntil('Rainbow');
MIT © Damian Krzeminski
Run a sequence of async functions until one of them returns something.