Exercise #111: Safe Function
TypeScript Generics · 03-art-of-type-arguments
Goal

Goal: Make `makeSafe` generic so it preserves the wrapped function’s parameters and return type.

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