UNPKG

leasot

Version:

Parse and output TODOs and FIXMEs from comments in your files

6 lines (5 loc) 158 B
import { ReportItems } from '../../definitions.js'; export interface JsonReporterConfig { spacing?: number; } export declare const reporter: ReportItems;