Exercise #119: Spotting Useless Generics
TypeScript Generics ยท 04-generics-advanced
Goal

Goal: Simplify the generics by capturing the params object as a single type.

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