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