Constructs a type by excluding undefined from T.
undefined
T
NoUndefined<string | undefined>=> string Copy
NoUndefined<string | undefined>=> string
Generated using TypeDoc
Description
Constructs a type by excluding
undefined
fromT
.Example