UNPKG

ducks

Version:

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

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