GitHub

reducer

import { reducer } from '@daffodil/contact/state'
function reducer<T>(
  state: DaffContactState = initialState
  action: DaffContactActions<T>
)