{"version":3,"file":"computeHMACSHA256-browser.mjs","sourceRoot":"","sources":["../../../src/utils/computeHMACSHA256-browser.mts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,MAAM,UAAU,iBAAiB,CAAC,aAAqB,EAAE,WAAmB;IAC1E,MAAM,IAAI,KAAK,CAAC,mDAAmD,CAAC,CAAC;AACvE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport function computeHMACSHA256(_stringToSign: string, _accountKey: string): string {\n  throw new Error(\"computeHMACSHA256 is not supported in the browser\");\n}\n"]}