UNPKG

@appworks/doctor

Version:

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

3 lines (2 loc) 131 B
import { IFileInfo } from './types/File'; export default function getFiles(directory: string, ignoreDirs?: string[]): IFileInfo[];