Welcome to mirror list, hosted at ThFree Co, Russian Federation.

crypto.ts « browser « src « microsoft-authentication « extensions - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 37a1b43361f4546bab1447593c74cdcf257cc13f (plain)
1
2
3
4
5
6
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

export const crypto = globalThis.crypto;