@azure/data-tables
Version:
An isomorphic client library for the Azure Tables service.
12 lines • 519 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
export * from "./generatedModels";
export * from "./models";
export * from "./sas";
export { TableServiceClient } from "./TableServiceClient";
export { TableTransaction } from "./TableTransaction";
export { TableClient } from "./TableClient";
export { odata } from "./odata";
export { AzureNamedKeyCredential, AzureSASCredential } from "@azure/core-auth";
export { RestError } from "@azure/core-rest-pipeline";
//# sourceMappingURL=index.js.map