type Accept<T,R>
Convenience type to allow synchronous transformers to be supplied to functions that accept async transformers.
Definition
type Accept<T, R> =
AsyncTransformer
<T, R>
|
Transformer<T, R>;
type Accept<T,R>
Convenience type to allow synchronous transformers to be supplied to functions that accept async transformers.
type Accept<T, R> =
AsyncTransformer
<T, R>
|
Transformer<T, R>;