@azure/communication-chat
Version:
Azure client library for Azure Communication Chat services
16 lines • 732 B
JavaScript
;
/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChatApiClient = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./models/index.js"), exports);
var chatApiClient_js_1 = require("./chatApiClient.js");
Object.defineProperty(exports, "ChatApiClient", { enumerable: true, get: function () { return chatApiClient_js_1.ChatApiClient; } });
tslib_1.__exportStar(require("./operationsInterfaces/index.js"), exports);
//# sourceMappingURL=index.js.map