We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9acd8 commit 735f90aCopy full SHA for 735f90a
src/platform.ts
@@ -84,13 +84,4 @@ export function getCurrentPlatform() {
84
}
85
86
return Platform.Unknown;
87
-}
88
-
89
-export function isWindows(platform: Platform) {
90
- return platform === Platform.Windows;
91
92
93
-export function isUnix(platform: Platform) {
94
- return platform !== Platform.Windows
95
- || (platform !== Platform.Unknown && process.platform === 'linux');
96
0 commit comments