UNPKG

@appworks/doctor

Version:

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

3 lines (2 loc) 198 B
import { IRepeatabilityReports } from '../../types/Scanner'; export default function getRepeatabilityReports(directory: string, tempFileDir: string, ignore: string): Promise<IRepeatabilityReports>;