UNPKG

@microsoft/api-documenter

Version:

Read JSON files from api-extractor, generate documentation pages

6 lines 489 B
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. export { MarkdownDocumenterAccessor } from './plugin/MarkdownDocumenterAccessor'; export { MarkdownDocumenterFeatureContext, MarkdownDocumenterFeature } from './plugin/MarkdownDocumenterFeature'; export { PluginFeature, PluginFeatureContext, PluginFeatureInitialization } from './plugin/PluginFeature'; //# sourceMappingURL=index.js.map