UNPKG

ducks

Version:

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

6 lines • 220 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDong = void 0; const getDong = (state) => () => state.reducer.dong; exports.getDong = getDong; //# sourceMappingURL=selectors.js.map