UNPKG

@microsoft/api-documenter

Version:

Read JSON files from api-extractor, generate documentation pages

10 lines 440 B
import type { ApiDocumenterCommandLine } from './ApiDocumenterCommandLine'; import { BaseAction } from './BaseAction'; export declare class YamlAction extends BaseAction { private readonly _officeParameter; private readonly _newDocfxNamespacesParameter; private readonly _yamlFormatParameter; constructor(parser: ApiDocumenterCommandLine); protected onExecute(): Promise<void>; } //# sourceMappingURL=YamlAction.d.ts.map