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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Pasero <benjpas@microsoft.com>2019-11-08 15:36:59 +0300
committerBenjamin Pasero <benjpas@microsoft.com>2019-11-08 15:36:59 +0300
commitcf655621583009b8987e6d35acd87c6b024c094c (patch)
tree5071d48d7b531f6a52b3adf5e7349a99bbc08f36 /src/typings
parent062d516448a70606a35f3a8cc47fb0787b60b045 (diff)
:up: native-is-elevated
Diffstat (limited to 'src/typings')
-rw-r--r--src/typings/native-is-elevated.d.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/typings/native-is-elevated.d.ts b/src/typings/native-is-elevated.d.ts
deleted file mode 100644
index 1b79764d6a0..00000000000
--- a/src/typings/native-is-elevated.d.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-/*---------------------------------------------------------------------------------------------
- * Copyright (c) Microsoft Corporation. All rights reserved.
- * Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-declare module 'native-is-elevated' {
- function isElevated(): boolean;
-
- export = isElevated;
-} \ No newline at end of file