Appearance
<T>
Type alias
PipeFnResult: <T> PipeFnNext<T> | PipeFnCancel
T
PipeFnNext
PipeFnCancel
Base type returned by the synchronous calculation of a PipeOperator
Source: lib/pipe/pipe.ts:27