Internal
Constructs a type by excluding undefined from T.
undefined
T
NoUndefined<string | undefined>=> string@internal Copy
NoUndefined<string | undefined>=> string@internal
Description
Constructs a type by excluding
undefined
fromT
.Example