UNPKG

@azure/data-tables

Version:

An isomorphic client library for the Azure Tables service.

9 lines 373 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { getBaseTransactionHeaders } from "./baseTransactionHeaders"; /** * @internal * Builds an object with the required headers for a Transaction request. For the Browser */ export const getTransactionHeaders = getBaseTransactionHeaders; //# sourceMappingURL=transactionHeaders.browser.js.map