Files
PasswordManager/node_modules/@azure/identity/dist/commonjs/msal/msal.js

9 lines
350 B
JavaScript
Raw Normal View History

2025-11-12 10:13:24 -05:00
"use strict";
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.msalCommon = void 0;
const tslib_1 = require("tslib");
const msalCommon = tslib_1.__importStar(require("@azure/msal-node"));
exports.msalCommon = msalCommon;
//# sourceMappingURL=msal.js.map