aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/is-wsl/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/is-wsl/index.d.ts')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/is-wsl/index.d.ts15
1 files changed, 0 insertions, 15 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/is-wsl/index.d.ts b/sandbox/testAppNevena/Front/node_modules/is-wsl/index.d.ts
deleted file mode 100644
index d54e4bac..00000000
--- a/sandbox/testAppNevena/Front/node_modules/is-wsl/index.d.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
-Check if the process is running inside [Windows Subsystem for Linux](https://msdn.microsoft.com/commandline/wsl/about) (Bash on Windows).
-
-@example
-```
-import isWsl = require('is-wsl');
-
-// When running inside Windows Subsystem for Linux
-console.log(isWsl);
-//=> true
-```
-*/
-declare const isWsl: boolean;
-
-export = isWsl;