Exercise #118: Generic Interfaces With Functions
TypeScript Generics ยท 04-generics-advanced
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Make `clone` generic so it returns a cache of the transformed type.
Check Solution
Run "Check Solution" to validate your code in the browser.