Sawtaytoes
10/16/2019 - 7:36 AM

Arguments in Epics as an Object

const someEpic = ({
  action$,
  dispatch,
}) => (
  // ...
)