TypedReducerFunction<S, T> typedef

TypedReducerFunction<S, T> = S Function(ReduxAction action, S newState, T privateState)

Implementation

typedef TypedReducerFunction<S, T> = S Function(ReduxAction action, S newState, T privateState);