Exercise #197: Medium Flatten
Type Challenges (Utility Types) ยท 03-medium
Goal

Goal: In this challenge, you would need to write a type that takes an array and emitted the flatten array type. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/00459-medium-flatten Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-flatten.md

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