type AsyncTransformer<T,R>
An AsyncReducer that produces instances of AsyncStreamSource
.
Companion namespace: AsyncTransformer
Definition
export declare type AsyncTransformer<T, R = T> =
AsyncReducer
<T,
AsyncStreamSource
<R>>;