UNPKG

debt-collector

Version:

a nodejs tool to identify, track and mesure technical debt

3 lines (2 loc) 165 B
import type { SanitizedFileRule, Config } from '../types.ts'; export declare const getConfigRuleById: (config: Config, id: string) => SanitizedFileRule | undefined;