UNPKG

ducks

Version:

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

3 lines • 109 B
const getStatus = (state) => () => state.status; export { getStatus, }; //# sourceMappingURL=selectors.js.map