Type guard function that checks if a value is not undefined. Narrows the type to exclude undefined from the union type.
Type guard function that checks if a value is not undefined. Narrows the type to exclude undefined from the union type.