UNPKG

leasot

Version:

Parse and output TODOs and FIXMEs from comments in your files

4 lines (3 loc) 104 B
import { Command } from 'commander'; declare const run: (program: Command) => void; export default run;