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