Files
DefinitelyTyped/types/redux-actions
Doron Nachshon 900439b8b7 Make ReducerMapMeta type work on nested reducerMap (#35137)
{
[actionName]: () => ({it: 'works'})
  [actionName]: {
	  NESTED: () => ({it: 'Currently does not work on nested reducerMaps, this change allows it'})
  }
}
2019-05-08 11:09:24 -07:00
..