Home > flowp > pipe > PipeSource
pipe.PipeSource interface
a pipe source should be able to write its output to a pipe target
Signature:
export interface PipeSource<T>
Properties
Property | Type | Description |
---|---|---|
pipe | (target: PipeTarget<T>) => void | |
unpipe | () => void |