UNPKG

@microsoft/api-documenter

Version:

Read JSON files from api-extractor, generate documentation pages

8 lines 326 B
import type { ApiDocumenterCommandLine } from './ApiDocumenterCommandLine'; import { BaseAction } from './BaseAction'; export declare class YamlAction extends BaseAction { #private; constructor(parser: ApiDocumenterCommandLine); protected onExecuteAsync(): Promise<void>; } //# sourceMappingURL=YamlAction.d.ts.map