@microsoft/api-extractor
Version:
Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups
8 lines • 369 B
TypeScript
import { CommandLineAction } from '@rushstack/ts-command-line';
import { ApiExtractorCommandLine } from './ApiExtractorCommandLine';
export declare class InitAction extends CommandLineAction {
constructor(parser: ApiExtractorCommandLine);
protected onDefineParameters(): void;
protected onExecute(): Promise<void>;
}
//# sourceMappingURL=InitAction.d.ts.map