botbuilder-azure
Version:
Azure extensions for Microsoft BotBuilder.
12 lines (11 loc) • 298 B
text/typescript
/**
* @module botbuilder-azure
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
export * from './cosmosDbPartitionedStorage';
export * from './blobStorage';
export * from './azureBlobTranscriptStore';
export * from './cosmosDbKeyEscape';