Represents a nullish value — either null or undefined. Useful for safely typing optional values or guard conditions.
null
undefined
Represents a nullish value — either
null
orundefined
. Useful for safely typing optional values or guard conditions.