Exercise #57: Assertion Functions
Advanced Patterns ยท 03-type-predicates-assertion-functions
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Write an assertion function that narrows a user to AdminUser after runtime validation.
Check Solution
Run "Check Solution" to validate your code in the browser.