questions/00459-medium-flatten/README.md
In this challenge, you would need to write a type that takes an array and emitted the flatten array type.
For example:
type flatten = Flatten<[1, 2, [3, 4], [[[5]]]]> // [1, 2, 3, 4, 5]
<a href="../../README.md" target="_blank"></a> <a href="https://tsch.js.org/459/answer" target="_blank"></a> <a href="https://tsch.js.org/459/solutions" target="_blank"></a> <!--info-footer-end-->