list_exports
List every exported symbol from a TS/JS file, identifying each as a function, class, interface, type, variable, or re-export.
Instructions
Lists all exported symbols with their kind (function, class, interface, type, variable, re-export)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the TS/JS file |