UNPKG

1.36 kBSource Map (JSON)View Raw
1{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;AAW3D,kFAAiF;AAAxE,wIAAA,0BAA0B,OAAA;AACnC,gFAK4C;AAJ1C,6IAAA,gCAAgC,OAAA;AAGhC,sIAAA,yBAAyB,OAAA;AAE3B,wDAA0G;AAAjG,8GAAA,aAAa,OAAA;AAAE,qHAAA,oBAAoB,OAAA;AAAE,4HAAA,2BAA2B,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\n/**\n * API Documenter generates an API reference website from the .api.json files created by API Extractor.\n * The `@microsoft/api-documenter` package provides the command-line tool. It also exposes a developer API that you\n * can use to create plugins that customize how API Documenter generates documentation.\n *\n * @packageDocumentation\n */\n\nexport { IFeatureDefinition, IApiDocumenterPluginManifest } from './plugin/IApiDocumenterPluginManifest';\nexport { MarkdownDocumenterAccessor } from './plugin/MarkdownDocumenterAccessor';\nexport {\n MarkdownDocumenterFeatureContext,\n IMarkdownDocumenterFeatureOnBeforeWritePageArgs,\n IMarkdownDocumenterFeatureOnFinishedArgs,\n MarkdownDocumenterFeature\n} from './plugin/MarkdownDocumenterFeature';\nexport { PluginFeature, PluginFeatureContext, PluginFeatureInitialization } from './plugin/PluginFeature';\n"]}
\No newline at end of file