Exercise #20: Type Helpers Pattern
Type Transformations ยท 03.5-type-helpers-pattern
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Create a generic type that returns exactly what it is given.
Check Solution
Run "Check Solution" to validate your code in the browser.