UNPKG

@microsoft/api-extractor

Version:

Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups

13 lines 593 B
import { CommandLineAction } from '@rushstack/ts-command-line'; import type { ApiExtractorCommandLine } from './ApiExtractorCommandLine'; export declare class RunAction extends CommandLineAction { private readonly _configFileParameter; private readonly _localFlag; private readonly _verboseFlag; private readonly _diagnosticsParameter; private readonly _typescriptCompilerFolderParameter; private readonly _printApiReportDiffFlag; constructor(parser: ApiExtractorCommandLine); protected onExecuteAsync(): Promise<void>; } //# sourceMappingURL=RunAction.d.ts.map