UNPKG

@microsoft/api-extractor

Version:

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

7 lines 337 B
import { CommandLineAction } from '@rushstack/ts-command-line'; import type { ApiExtractorCommandLine } from './ApiExtractorCommandLine'; export declare class InitAction extends CommandLineAction { constructor(parser: ApiExtractorCommandLine); protected onExecuteAsync(): Promise<void>; } //# sourceMappingURL=InitAction.d.ts.map