UNPKG

redux-logic

Version:

Redux middleware for organizing all your business logic. Intercept actions and perform async processing.

11 lines (10 loc) 188 B
export default function createDepObject({deps, cancelled$, ctx, getState, action, action$}) { return { ...deps, cancelled$, ctx, getState, action, action$ }; }