Exercise #111: Safe Function
TypeScript Generics · 03-art-of-type-arguments
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Make `makeSafe` generic so it preserves the wrapped function’s parameters and return type.
Check Solution
Run "Check Solution" to validate your code in the browser.