UNPKG

@microsoft/api-extractor

Version:

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

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