UNPKG

debt-collector

Version:

a nodejs tool to identify, track and mesure technical debt

3 lines (2 loc) 129 B
import type { MatchPattern } from '../types.js'; export declare const countAll: (data: string) => (str: MatchPattern) => number;