UNPKG

debt-collector

Version:

a nodejs tool to identify, track and mesure technical debt

5 lines (4 loc) 198 B
export declare const ConfigErrors: ({ isConfigValid, configErrors, }: { isConfigValid: boolean | null; configErrors: string[] | null; }) => import("react/jsx-runtime").JSX.Element[] | null;