Exercise #41: Object To Union Of Tuples
Type Transformations ยท 05-key-remapping
Goal

Goal: Map object keys to `[key, value]` tuples and then index to get a union of those tuples.

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