UNPKG

@azure/ms-rest-azure-js

Version:

Isomorphic Azure client runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest

10 lines (8 loc) 697 B
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. export { AzureServiceClient, AzureServiceClientOptions, getDefaultUserAgentValue } from "./azureServiceClient"; export { BaseResource, BaseResourceMapper } from "./baseResource"; export { CloudError, CloudErrorMapper } from "./cloudError"; export { CognitiveServicesCredentials } from "./credentials/cognitiveServicesCredentials"; export { createLROPollerFromInitialResponse, createLROPollerFromPollState, LROPoller } from "./lroPoller"; export { DEFAULT_LANGUAGE, LongRunningOperationStates, msRestAzureVersion } from "./util/constants";