@azure/communication-common
Version:
Common package for Azure Communication services.
12 lines • 765 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.AzureCommunicationTokenCredential = void 0;
const tslib_1 = require("tslib");
var azureCommunicationTokenCredential_js_1 = require("./azureCommunicationTokenCredential.js");
Object.defineProperty(exports, "AzureCommunicationTokenCredential", { enumerable: true, get: function () { return azureCommunicationTokenCredential_js_1.AzureCommunicationTokenCredential; } });
tslib_1.__exportStar(require("./credential/index.js"), exports);
tslib_1.__exportStar(require("./identifierModels.js"), exports);
tslib_1.__exportStar(require("./identifierModelSerializer.js"), exports);
//# sourceMappingURL=index.js.map