UNPKG

debt-collector

Version:

a nodejs tool to identify, track and mesure technical debt

3 lines (2 loc) 137 B
import type { MatchPattern } from '../types.js'; export declare const countAllOf: (data: string) => (matches: MatchPattern[]) => number;