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