Exercise #122: Working Around Partial Inference
TypeScript Generics ยท 04-generics-advanced
Goal

Goal: Refactor `makeSelectors` to allow specifying `TSource` while still inferring selector types.

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