defaultHttpClient.browser.js 280 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 { XhrHttpClient as DefaultHttpClient } from "./xhrHttpClient";
  4. //# sourceMappingURL=defaultHttpClient.browser.js.map