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

7 lines
No EOL
315 B
JavaScript

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
// This module is a shim for the plugin consumer in the browser
export function useIdentityPlugin(_plugin) {
throw new Error("Identity plugins are not supported in browser environments.");
}
//# sourceMappingURL=consumer-browser.mjs.map