UNPKG

@microsoft/api-extractor

Version:

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

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