UNPKG

ducks

Version:

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

8 lines • 376 B
import * as counterDuck from './counter/mod.js'; import * as dingDongDuck from './ding-dong/mod.js'; declare const counter: import("../src/bundle.js").Bundle<typeof counterDuck>, dingDong: import("../src/bundle.js").Bundle<typeof dingDongDuck>; /** * We can export the Ducks to provide the Ducks Bundles! */ export { counter, dingDong, }; //# sourceMappingURL=quack.d.ts.map