Reduce the output of a pull-stream into a mutant observable.
npm install mutant-pull-reducemutant-pull-reduce
===
Reduce the output of a pull-stream into a mutant observable.
``shell`
$ npm install mutant-pull-reduce --save
``
var pullReduce = require('mutant-pull-reduce')
stream: A source or through pull-stream to suck data from.
reducer(lastValue, item): expects the new value to be returned
opts`:
- startValue
- nextTick