UNPKG

debt-collector

Version:

a nodejs tool to identify, track and mesure technical debt

3 lines (2 loc) 197 B
import type { ResultsNoMatchRuleProps } from './types.js'; export declare function ResultsNoMatchRule({ results, initialConfig }: ResultsNoMatchRuleProps): import("react/jsx-runtime").JSX.Element;