UNPKG

241 BTypeScriptView Raw
1export declare function command(options: {
2 files?: string[];
3 codes?: string;
4 fix?: boolean;
5 workspace?: string;
6 configFile?: string;
7 format?: string;
8 color?: boolean;
9 problemOnly?: boolean;
10}): Promise<void>;