UNPKG

ducks

Version:

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

3 lines • 107 B
const noopReducer = state => state || {}; export { noopReducer, }; //# sourceMappingURL=noop-reducer.js.map