Exercise #188: Medium Tuple To Nested Object
Type Challenges (Utility Types) ยท 03-medium
Goal

Goal: Given a tuple type `T` that only contains string type, and a type `U`, build an object recursively. Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/03188-medium-tuple-to-nested-object Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-tuple-to-nested-object.md

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