Exercise #112: String Number Union
TypeScript Generics ยท 03-art-of-type-arguments
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Constrain the generic to `string | number` while preserving literals.
Check Solution
Run "Check Solution" to validate your code in the browser.