UNPKG

ducks

Version:

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

8 lines • 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getMeaningOfLife = exports.getCounter = void 0; const getCounter = (state) => () => state.total; exports.getCounter = getCounter; const getMeaningOfLife = (_state) => (_) => 42; exports.getMeaningOfLife = getMeaningOfLife; //# sourceMappingURL=selectors.js.map