Stream library. This works with meiosis.simpleStream, flyd, m.stream, or anything for which
you provide either a function or an object with a stream function to create a stream. The
function or object must also have a scan property. The returned stream must have a map
method.
Stream library. This works with
meiosis.simpleStream
,flyd
,m.stream
, or anything for which you provide either a function or an object with astream
function to create a stream. The function or object must also have ascan
property. The returned stream must have amap
method.