UNPKG

debt-collector

Version:

a nodejs tool to identify, track and mesure technical debt

10 lines (9 loc) 279 B
import { Config, FileResults } from '../types.js'; export declare const filterNoMatch: (results: FileResults[], initialConfig: Config | null) => { notMatchRules: { id: string; title: string; }[]; rulesCount: number; existingRulesCount: number; };