Outlook_Addin_LLM/node_modules/office-addin-lint/lib/commands.d.ts

5 lines
266 B
TypeScript
Raw Normal View History

import * as commander from "commander";
export declare function lint(command: commander.Command): Promise<void>;
export declare function lintFix(command: commander.Command): Promise<void>;
export declare function prettier(command: commander.Command): Promise<void>;