aimpress-chatbot/node_modules/@azure/identity/dist/browser/util/authHostEnv-browser.mjs
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +01:00

7 lines
No EOL
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