run-until
v1.0.1
Published
Run a sequence of async functions until one of them returns something.
Downloads
15
Readme
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