UNPKG

@microsoft/api-extractor

Version:

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

12 lines 543 B
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