UNPKG

type2docfx

Version:

A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.

12 lines (11 loc) 293 B
/** * @module botbuilder-azure */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export * from './tableStorage'; export * from './cosmosDbStorage'; export * from './blobStorage'; export * from './azureBlobTranscriptStore';