Exercise #60: Brands And Type Predicates
Advanced Patterns · 03-type-predicates-assertion-functions
Goal

Goal: Make `isValidPassword` a type predicate that narrows to `Valid<PasswordValues>`.

Run "Check Solution" to validate your code in the browser.