UNPKG

ducks

Version:

🦆🦆🦆 Ducks is a Reducer Bundles Manager that Implementing the Redux Ducks Modular Proposal with Great Convenience.

4 lines • 162 B
import * as actions from './actions.js'; const toggle = (dispatch) => () => dispatch(actions.toggle()); export { toggle, }; //# sourceMappingURL=operations.js.map