UNPKG

@azure/data-tables

Version:
12 lines 546 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export * from "./generatedModels.js"; export * from "./models.js"; export * from "./sas/index.js"; export { TableServiceClient } from "./TableServiceClient.js"; export { TableTransaction } from "./TableTransaction.js"; export { TableClient } from "./TableClient.js"; export { odata } from "./odata.js"; export { AzureNamedKeyCredential, AzureSASCredential } from "@azure/core-auth"; export { RestError } from "@azure/core-rest-pipeline"; //# sourceMappingURL=index.js.map