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