@continuum-js/frp / newStream
Function: newStream()
newStream<
A>(): [Stream<A>, (a) =>void]
Defined in: index.ts:1263
A source event plus its fire. Each fire opens a fresh moment.
Type Parameters
A
A
Returns
[Stream<A>, (a) => void]