Exercise #112: String Number Union
TypeScript Generics ยท 03-art-of-type-arguments
Goal

Goal: Constrain the generic to `string | number` while preserving literals.

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