using-type-guards
Installation
SKILL.md
- Working with
unknownoranytypes - Handling union types that need discrimination
- Validating external data (APIs, user input, JSON)
- Implementing runtime type checks
- User mentions type guards, type narrowing, type predicates, or runtime validation
Three Categories: