Exercise #29: Returning Never
Type Transformations ยท 04-conditional-types-and-infer
Goal

Goal: Use conditional types to swap "hello"/"goodbye" but return `never` for any other input.

Run "Check Solution" to validate your code in the browser.