GitHub

daffGeographyReducer

import { daffGeographyReducer } from '@daffodil/geography/state'
function daffGeographyReducer<T extends DaffCountry>(
  state: DaffGeographyReducerState = daffGeographyInitialState
  action: DaffGeographyActions<T>
): DaffGeographyReducerState