Exercise #132: Dynamic Function Arguments
TypeScript Generics ยท 06-challenges
Goal

Goal: Use generics and conditional rest args to require payloads only when needed.

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