@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
8 lines • 358 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
export { ErrorResponse, } from "./ErrorResponse.js";
export { ResourceResponse } from "./ResourceResponse.js";
export { FeedResponse } from "./FeedResponse.js";
export { TimeoutError } from "./TimeoutError.js";
export * from "./globalStatistics.js";
//# sourceMappingURL=index.js.map