01Enforces explicit function parameter and return type annotations
023 GitHub stars
03Detects and replaces 'any' types with 'unknown' and robust type guards
04Identifies unsafe type assertions and non-null assertions to suggest explicit checks
05Verifies exhaustive pattern matching in switch statements using assertNever
06Analyzes code to help achieve a minimum of 95% type coverage