UNPKG

leasot

Version:

Parse and output TODOs and FIXMEs from comments in your files

8 lines (7 loc) 215 B
import json2xml from 'json2xml'; export const reporter = (todos, config = { header: true }) => { return json2xml(todos, { header: config.header, attributes_key: config.attributes_key, }); };