Exercise #73: Const Annotations
Advanced Patterns ยท 06-identity-functions
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Make `asConst` preserve literal and readonly types for nested values.
Check Solution
Run "Check Solution" to validate your code in the browser.