UNPKG

@appworks/doctor

Version:

Analyse and running codemods over react/rax projects, troubleshooting and automatically fixing errors

14 lines (13 loc) 247 B
export interface IAnalyzerOptions { ignore: string[]; } export interface IAnalyzerReport { filesInfo: { count: number; lines: number; }; languages: Array<{ language: string; count: number; }>; }