Exercise #126: Function Overloads Vs Union Types
TypeScript Generics ยท 05-function-overloads
Goal

Goal: Type the parameter as either a function or an object with a `run` method.

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