Exercise #136: Compose
TypeScript Generics ยท 06-challenges
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Add typed overloads to `compose` so function inputs/outputs line up.
Check Solution
Run "Check Solution" to validate your code in the browser.