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

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

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