Goal: Implement the built-in `ReturnType<T>` generic without using it. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/00002-medium-return-type Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-return-type.md
Run "Check Solution" to validate your code in the browser.