Exercise #141: Easy First
Type Challenges (Utility Types) ยท 02-easy
Goal

Goal: Implement a generic `First<T>` that takes an Array `T` and returns it's first element's type. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/00014-easy-first Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/easy-first.md

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