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

types.ts « rpm « linux « build - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84330949d1df00bf399a51a21b9dda41ed130442 (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 type ArchString = 'x86_64' | 'armv7hl' | 'aarch64';