UNPKG

@azure/data-tables

Version:

An isomorphic client library for the Azure Tables service.

6 lines 268 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export function computeHMACSHA256(_stringToSign, _accountKey) { throw new Error("computeHMACSHA256 is not supported in the browser"); } //# sourceMappingURL=computeHMACSHA256.browser.js.map