Take advantage of platform features in Microsoft Authentication extension (#166066)

This commit is contained in:
Tyler James Leonhardt
2022-11-10 18:26:48 -08:00
committed by GitHub
parent 74d29f09b2
commit ef415578d1
14 changed files with 107 additions and 106 deletions

View File

@@ -0,0 +1,7 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import fetch from 'node-fetch';
export const fetching = fetch;