UNPKG

redux-shelf

Version:

Helper reducers and actions to take away your boilerplate code from both Data and Communication state types

10 lines (8 loc) 114 B
export const methods = { REMOVE: 'REMOVE', SET: 'SET', UPDATE: 'UPDATE', }; export default { methods, };