Files
powerpoint-toolbox/node_modules/@azure/identity/dist/browser/util/authHostEnv-browser.mjs
T
2025-03-07 19:22:02 +01:00

7 lines
317 B
JavaScript

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
const BrowserNotSupportedError = new Error("getAuthorityHostEnvironment is not supported in the browser.");
export function getAuthorityHostEnvironment() {
throw BrowserNotSupportedError;
}
//# sourceMappingURL=authHostEnv-browser.mjs.map