Exercise #29: Returning Never
Type Transformations ยท 04-conditional-types-and-infer
Go back to exercises
Goal
Goal: Use conditional types to swap "hello"/"goodbye" but return `never` for any other input.
Check Solution
Next
Run "Check Solution" to validate your code in the browser.