ms-rest-azure-js/lib/msRestAzure.ts

8 строки
546 B
TypeScript

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
import { AzureServiceClientOptions, AzureServiceClient } from "./azureServiceClient";
import Constants from "./util/constants";
import { CloudError, CloudErrorMapper } from "./cloudError";
import { BaseResource, BaseResourceMapper } from "./baseResource";
export { AzureServiceClient, AzureServiceClientOptions, Constants, CloudError, CloudErrorMapper, BaseResource, BaseResourceMapper };