Exercise #114: Class Names Creator
TypeScript Generics ยท 03-art-of-type-arguments
Goal

Goal: Type the factory so it only accepts a string map and the returned function only accepts valid keys.

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