Exercise #130: Could Be Instantiated With Subtype Of
TypeScript Generics ยท 05-function-overloads
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Use overloads to support a default key while keeping return types precise.
Check Solution
Run "Check Solution" to validate your code in the browser.