Exercise #118: Generic Interfaces With Functions
TypeScript Generics ยท 04-generics-advanced
Goal

Goal: Make `clone` generic so it returns a cache of the transformed type.

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