12 lines
543 B
TypeScript
12 lines
543 B
TypeScript
import { CommandLineAction } from '@rushstack/ts-command-line';
|
|
import type { ApiExtractorCommandLine } from './ApiExtractorCommandLine';
|
|
export declare class RunAction extends CommandLineAction {
|
|
private readonly _configFileParameter;
|
|
private readonly _localParameter;
|
|
private readonly _verboseParameter;
|
|
private readonly _diagnosticsParameter;
|
|
private readonly _typescriptCompilerFolder;
|
|
constructor(parser: ApiExtractorCommandLine);
|
|
protected onExecute(): Promise<void>;
|
|
}
|
|
//# sourceMappingURL=RunAction.d.ts.map
|