dead_find_unused_exports
Identify unused exports in your project by scanning for exported functions, classes, and constants that are never imported. Remove dead code to keep your codebase clean.
Instructions
Find exported functions, classes, and constants that are never imported anywhere
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for Pro/Enterprise | |
| directory | Yes | Project directory to scan | |
| file_extensions | No | Comma-separated file extensions to scan | ts,tsx,js,jsx |