Exercise #41: Object To Union Of Tuples
Type Transformations ยท 05-key-remapping
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Map object keys to `[key, value]` tuples and then index to get a union of those tuples.
Check Solution
Run "Check Solution" to validate your code in the browser.