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