Exercise #24: Defaults
Type Transformations ยท 03.5-type-helpers-pattern
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Add a default type parameter for the error so callers can omit it.
Check Solution
Run "Check Solution" to validate your code in the browser.