botbuilder-applicationinsights
Version:
Application Insights extensions for Microsoft BotBuilder.
11 lines (10 loc) • 304 B
TypeScript
/**
* @module botbuilder-applicationinsights
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
export * from './applicationInsightsTelemetryClient';
export * from './telemetryInitializerMiddleware';
//# sourceMappingURL=index.d.ts.map