UNPKG

ducks

Version:

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

4 lines • 176 B
const getCounter = (state) => () => state.total; const getMeaningOfLife = (_state) => (_) => 42; export { getCounter, getMeaningOfLife, }; //# sourceMappingURL=selectors.js.map