UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

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