Exercise #34: Infer In Union Types
Type Transformations ยท 04-conditional-types-and-infer
Goal

Goal: Use conditional types with `infer` to extract the return type from different parser shapes (`parse`, `extract`, or callable).

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