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