A union type for either the parameterized type T, null, or undefined -- the opposite of the NonNullable builtin conditional type.
T
null
undefined
NonNullable
A union type for either the parameterized type
T,null, orundefined-- the opposite of theNonNullablebuiltin conditional type.