UNPKG

debt-collector

Version:

a nodejs tool to identify, track and mesure technical debt

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