Exercise #127: Generics In Function Overloads
TypeScript Generics ยท 05-function-overloads
Goal

Goal: Add overloads so input `1` returns `2`, otherwise return the input type.

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