UNPKG

leasot

Version:

Parse and output TODOs and FIXMEs from comments in your files

10 lines (9 loc) 262 B
import { ReportItems } from '../../definitions.js'; /** * See https://github.com/estheban/node-json2xml#options--behaviour */ export interface XMLReporterConfig { attributes_key?: string; header?: boolean; } export declare const reporter: ReportItems;