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 theNonNullable
builtin conditional type.