@azure/data-tables
Version:
An isomorphic client library for the Azure Tables service.
9 lines • 377 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { getBaseTransactionHeaders } from "./baseTransactionHeaders.js";
/**
* @internal
* Builds an object with the required headers for a Transaction request. For the Browser
*/
export const getTransactionHeaders = getBaseTransactionHeaders;
//# sourceMappingURL=transactionHeaders-browser.mjs.map