UNPKG

debt-collector

Version:

a nodejs tool to identify, track and mesure technical debt

4 lines (3 loc) 205 B
import type { Config, BrokenRule } from '../types.js'; declare const getAdoptionRulesResults: (config: Config, file: string, data: string) => Partial<BrokenRule>[]; export default getAdoptionRulesResults;