type Transformer<T,R>
A Reducer that produces instances of StreamSource
.
Companion namespace: Transformer
Definition
export type Transformer<T, R = T> = Reducer<T,
StreamSource
<R>>;
type Transformer<T,R>
A Reducer that produces instances of StreamSource
.
Companion namespace: Transformer
export type Transformer<T, R = T> = Reducer<T,
StreamSource
<R>>;