Exercise #60: Brands And Type Predicates
Advanced Patterns · 03-type-predicates-assertion-functions
Go back to exercises
Goal
Goal: Make `isValidPassword` a type predicate that narrows to `Valid<PasswordValues>`.
Check Solution
Next
Run "Check Solution" to validate your code in the browser.