UNPKG

ducks

Version:

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

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