the State type.
A Mergerino function patch. This is a function that receives the current state and returns the updated state.
Example:
update(state => ({ ...state, { count: 42 }}));
Generated using TypeDoc
the State type.