Extracts the keys of properties in type T that are explicitly allowed to be undefined.
T
undefined
The type whose properties are to be examined.
A union type of the keys of T that can be undefined.
Generated using TypeDoc
Extracts the keys of properties in type
T
that are explicitly allowed to beundefined
.