Exercise #77: Reverse Mapped Types
Advanced Patterns ยท 06-identity-functions
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Use a generic mapped type so each handler receives its own key name.
Check Solution
Run "Check Solution" to validate your code in the browser.