UNPKG

redux-act

Version:

An opinionated lib to create actions and reducers for Redux

7 lines (6 loc) 144 B
export default function asError(action) { if (typeof action === 'object' && action !== null) { action.error = true } return action };