Type guard for "nullishness".
true if the value is null or undefined, false otherwise.
true
false
Any value.
Type guard for "nullishness".
Returns
true
if the value is null or undefined,false
otherwise.