UNPKG

@azure/data-tables

Version:
9 lines 377 B
// 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