defaultHttpClient.ts 232 B

1234
  1. // Copyright (c) Microsoft Corporation. All rights reserved.
  2. // Licensed under the MIT License. See License.txt in the project root for license information.
  3. export { AxiosHttpClient as DefaultHttpClient } from "./axiosHttpClient";