| 15 | }; |
| 16 | |
| 17 | export interface ReportOptions { |
| 18 | skillDir?: string; |
| 19 | } |
| 20 | |
| 21 | /** |
| 22 | * Reports the results of packing operation including top files, security check, summary, and completion. |
nothing calls this directly
no outgoing calls
no test coverage detected