type Accept<I,O>
Convenience type to allow synchronous reducers to be supplied to functions that accept async reducers.
Definition
type Accept<I, O> =
AsyncReducer
<I, O>
|
Reducer<I, O>;
type Accept<I,O>
Convenience type to allow synchronous reducers to be supplied to functions that accept async reducers.
type Accept<I, O> =
AsyncReducer
<I, O>
|
Reducer<I, O>;