8 lines
321 B
TypeScript
8 lines
321 B
TypeScript
import { CommandLineParser } from '@rushstack/ts-command-line';
|
|
export declare class ApiExtractorCommandLine extends CommandLineParser {
|
|
private readonly _debugParameter;
|
|
constructor();
|
|
protected onExecute(): Promise<void>;
|
|
private _populateActions;
|
|
}
|
|
//# sourceMappingURL=ApiExtractorCommandLine.d.ts.map
|