isResponseAction
isResponseAction
is a small helper function which checks whether a Redux action
is a response action or not, so it is either a success, error or abort action.
Use it like isRequestAction
.
isResponseAction
is a small helper function which checks whether a Redux action
is a response action or not, so it is either a success, error or abort action.
Use it like isRequestAction
.