UNPKG

debt-collector

Version:

a nodejs tool to identify, track and mesure technical debt

3 lines (2 loc) 128 B
import type { UserConfig, Config } from '../types.js'; export declare const sanitizeConfig: (userConfig: UserConfig) => Config;