UNPKG

debt-collector

Version:

a nodejs tool to identify, track and mesure technical debt

9 lines (8 loc) 304 B
import type { FileResults, Config } from '../types.js'; export declare const checkFileList: ({ fileList, config, rule, tags, increment, }: { fileList: string[]; config: Config; rule: string | undefined; tags: string[] | undefined; increment: () => void; }) => Promise<FileResults[]>;