Type guard that checks if a value is null or undefined.
The value to check
True if the value is null or undefined, false otherwise
Type guard that checks if a value is null or undefined.