A TypeGuard for T | undefined.
TypeGuard
T | undefined
Returned by isOptional and TypeGuard.optional.
isOptional
TypeGuard.optional
The base type that may be undefined
undefined
Returns the underlying type guard for T (without undefined)
T
A
TypeGuardforT | undefined.Returned by
isOptionalandTypeGuard.optional.