using-type-guards

Teaches how to write custom type guards with type predicates and use built-in type narrowing in TypeScript. Use when working with unknown types, union types, validating external data, or implementing

by djankies· Repository·design
Also installable via skills CLI
npx skills add djankies/claude-configs/typescript/skills/using-type-guards

Source

Path:typescript/skills/using-type-guards(main)

Related in design