Outlook_Addin_LLM/node_modules/office-addin-dev-settings/lib/main.js

15 lines
907 B
JavaScript
Raw Normal View History

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
Object.defineProperty(exports, "__esModule", { value: true });
exports.updateM365Account = exports.parseWebViewType = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./appcontainer"), exports);
tslib_1.__exportStar(require("./appType"), exports);
tslib_1.__exportStar(require("./dev-settings"), exports);
tslib_1.__exportStar(require("./process"), exports);
tslib_1.__exportStar(require("./sideload"), exports);
var commands_1 = require("./commands");
Object.defineProperty(exports, "parseWebViewType", { enumerable: true, get: function () { return commands_1.parseWebViewType; } });
var publish_1 = require("./publish");
Object.defineProperty(exports, "updateM365Account", { enumerable: true, get: function () { return publish_1.updateM365Account; } });
//# sourceMappingURL=main.js.map