Installing dependencies.
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
const isWindows = process.platform === 'win32'
|
||||
const isWindowsShell = isWindows &&
|
||||
!/^MINGW(32|64)$/.test(process.env.MSYSTEM) && process.env.TERM !== 'cygwin'
|
||||
|
||||
exports.isWindows = isWindows
|
||||
exports.isWindowsShell = isWindowsShell
|
||||
Reference in New Issue
Block a user