// Copyright (c) Microsoft Corporation.// Licensed under the MIT License.exportfunctioncomputeHMACSHA256(_stringToSign, _accountKey) {
thrownewError("computeHMACSHA256 is not supported in the browser");
}
//# sourceMappingURL=computeHMACSHA256-browser.mjs.map