This function creates a full reducer given a partial reducer.
A full reducer function
Is the type of action payload to act on
Is the type of state to act on
The partial reducer function
Generated using TypeDoc
This function creates a full reducer given a partial reducer.
Returns
A full reducer function