UNPKG

1.4 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,kEAAA,0BAA0B,CAAA;AACnC,gFAK4C;AAJ1C,uEAAA,gCAAgC,CAAA;AAGhC,gEAAA,yBAAyB,CAAA;AAE3B,wDAA0G;AAAjG,wCAAA,aAAa,CAAA;AAAE,+CAAA,oBAAoB,CAAA;AAAE,sDAAA,2BAA2B,CAAA","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\r\n// See LICENSE in the project root for license information.\r\n\r\n/**\r\n * API Documenter generates an API reference website from the .api.json files created by API Extractor.\r\n * The `@microsoft/api-documenter` package provides the command-line tool. It also exposes a developer API that you\r\n * can use to create plugins that customize how API Documenter generates documentation.\r\n *\r\n * @packageDocumentation\r\n */\r\n\r\nexport { IFeatureDefinition, IApiDocumenterPluginManifest } from './plugin/IApiDocumenterPluginManifest';\r\nexport { MarkdownDocumenterAccessor } from './plugin/MarkdownDocumenterAccessor';\r\nexport {\r\n MarkdownDocumenterFeatureContext,\r\n IMarkdownDocumenterFeatureOnBeforeWritePageArgs,\r\n IMarkdownDocumenterFeatureOnFinishedArgs,\r\n MarkdownDocumenterFeature\r\n} from './plugin/MarkdownDocumenterFeature';\r\nexport { PluginFeature, PluginFeatureContext, PluginFeatureInitialization } from './plugin/PluginFeature';\r\n"]}
\No newline at end of file