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