/run-until

Run a sequence of async functions until one of them returns something.

Primary LanguageJavaScript

NPM version Build Status Dependency Status

run-until

Run a sequence of async functions until one of them returns something.

Install

$ npm install --save run-until

Usage

var runUntil = require('run-until');

runUntil('Rainbow');

License

MIT © Damian Krzeminski