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