Type guard to check if a value is nullish (null or undefined)
Value to check
True if the value is null or undefined
Type guard to check if a value is nullish (null or undefined)