import { provideDaffAuthErrorMatcher } from '@daffodil/auth/state'
Provider function for DAFF_AUTH_ERROR_MATCHER
.
const provideDaffAuthErrorMatcher: <R extends ({ code, message, recoverable }: DaffError) => DaffStateError = ({ code, message, recoverable }: DaffError) => DaffStateError>(value: R) => ValueProvider