UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

8 lines (7 loc) 192 B
import { Command } from 'commander'; export interface LintCommandOptions { cspell?: boolean; glob: string | string[]; debug?: boolean; } export declare const lintCommand: Command;