Skip to content

GuardFallbackFn()

ts
type GuardFallbackFn = () => unknown;

Defined in: types/config.type.ts:8

Signature for guard fallback functions

Returns

unknown