UNPKG

botframework-streaming

Version:

Streaming library for the Microsoft Bot Framework

14 lines 494 B
/** * @module botframework-streaming */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export { NodeWebSocketFactory, NodeWebSocketFactoryBase } from './factories'; export { NodeWebSocket } from './nodeWebSocket'; export { WebSocketClient } from './nodeWebSocketClient'; export { WebSocketServer } from './webSocketServer'; /** @internal */ export { WebSocketTransport } from './webSocketTransport'; //# sourceMappingURL=index.d.ts.map