UNPKG

@iceworks/doctor

Version:

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

4 lines (3 loc) 205 B
import { IMaintainabilityReports } from '../../types/Scanner'; import { IFileInfo } from '../../types/File'; export default function getMaintainabilityReports(files: IFileInfo[]): IMaintainabilityReports;