Exercise #122: Working Around Partial Inference
TypeScript Generics ยท 04-generics-advanced
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Refactor `makeSelectors` to allow specifying `TSource` while still inferring selector types.
Check Solution
Run "Check Solution" to validate your code in the browser.