@azure/communication-sms
Version:
SDK for Azure Communication SMS service which facilitates the sending of SMS messages.
16 lines • 726 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.SmsApiClient = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./models/index.js"), exports);
var smsApiClient_js_1 = require("./smsApiClient.js");
Object.defineProperty(exports, "SmsApiClient", { enumerable: true, get: function () { return smsApiClient_js_1.SmsApiClient; } });
tslib_1.__exportStar(require("./operationsInterfaces/index.js"), exports);
//# sourceMappingURL=index.js.map