botframework-streaming
Version:
Streaming library for the Microsoft Bot Framework
17 lines • 502 B
JavaScript
/**
* @module botframework-streaming
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.NodeWebSocketFactoryBase = void 0;
/**
* Represents an abstract NodeWebSocketFactoryBase class to create a WebSocket.
*/
class NodeWebSocketFactoryBase {
}
exports.NodeWebSocketFactoryBase = NodeWebSocketFactoryBase;
//# sourceMappingURL=nodeWebSocketFactoryBase.js.map
;