UNPKG

review-edit-auto

Version:

scan your project, only review edited code in given time-range automatic

6 lines (5 loc) 204 B
/** * 根据ignore配置过滤文件列表 */ declare function filterByIgnore(files: string[], ignoreFileName: string, ignoreRules: any, cwd?: string): Promise<string[]>; export default filterByIgnore;