A Class which creates a map of Observable and reduces their emissions into a single boolean
 
Go to file
David Kebler 2497321c66 0.1.6 add isEmitter function
add makeObserver and have addObserver call it, allows making without storing to all combination
add save argument for subscribe which will save to list for easy subscribe.
2020-01-16 22:16:51 -08:00
examples 0.1.6 add isEmitter function 2020-01-16 22:16:51 -08:00
src 0.1.6 add isEmitter function 2020-01-16 22:16:51 -08:00
test 0.1.5 2020-01-14 13:26:56 -08:00
.eslintrc.js 0.1.1 2020-01-01 18:36:48 -08:00
.gitignore 0.1.1 2020-01-01 18:36:48 -08:00
.npmignore 0.1.1 2020-01-01 18:36:48 -08:00
package.json 0.1.6 add isEmitter function 2020-01-16 22:16:51 -08:00
readme.md 0.1.1 2020-01-01 18:36:48 -08:00

readme.md

uCOMmandIt Ready Class

Watches a list of events and/or promises that resolve to a boolean. When all a met it emits true otherwise at each event it emits false