UNPKG

leasot

Version:

Parse and output TODOs and FIXMEs from comments in your files

4 lines (3 loc) 198 B
export { associateExtWithParser, isExtensionSupported, parse } from './lib/parsers.js'; export { report } from './lib/reporters.js'; export { getRegex, prepareComment } from './lib/utils/index.js';