the stream library, defaults to simpleStream.
a stream that does not emit repeated values.
the source stream.
function that receives the current state of the source stream and returns the value for which changes will emit onto the returned stream.
Generated using TypeDoc
Credit: James Forbes (https://james-forbes.com/)
Creates a
dropRepeats
function, which returns new stream that drops repeated values from the source stream.