UNPKG

880 BTypeScriptView Raw
1/**
2 * API Documenter generates an API reference website from the .api.json files created by API Extractor.
3 * The `@microsoft/api-documenter` package provides the command-line tool. It also exposes a developer API that you
4 * can use to create plugins that customize how API Documenter generates documentation.
5 *
6 * @packageDocumentation
7 */
8export { IFeatureDefinition, IApiDocumenterPluginManifest } from './plugin/IApiDocumenterPluginManifest';
9export { MarkdownDocumenterAccessor } from './plugin/MarkdownDocumenterAccessor';
10export { MarkdownDocumenterFeatureContext, IMarkdownDocumenterFeatureOnBeforeWritePageArgs, IMarkdownDocumenterFeatureOnFinishedArgs, MarkdownDocumenterFeature } from './plugin/MarkdownDocumenterFeature';
11export { PluginFeature, PluginFeatureContext, PluginFeatureInitialization } from './plugin/PluginFeature';
12//# sourceMappingURL=index.d.ts.map
\No newline at end of file