UNPKG

@microsoft/api-extractor

Version:

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

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