Type guard checking a value is null or undefined. Narrows the type from T | null | undefined to null | undefined.
value to check
Generated using TypeDoc
Type guard checking a value is null or undefined. Narrows the type from T | null | undefined to null | undefined.