Type alias StreamLib

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.

Generated using TypeDoc