Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.188.83.180
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
is-wsl /
Delete
Unzip
Name
Size
Permission
Date
Action
index.d.ts
326
B
-rw-rw-r--
2022-08-30 11:49
index.js
558
B
-rw-rw-r--
2022-08-30 11:49
license
1.08
KB
-rw-rw-r--
2022-08-30 11:49
package.json
769
B
-rw-rw-r--
2022-08-30 11:49
readme.md
995
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
# is-wsl [](https://travis-ci.org/sindresorhus/is-wsl) > Check if the process is running inside [Windows Subsystem for Linux](https://msdn.microsoft.com/commandline/wsl/about) (Bash on Windows) Can be useful if you need to work around unimplemented or buggy features in WSL. Supports both WSL 1 and WSL 2. ## Install ``` $ npm install is-wsl ``` ## Usage ```js const isWsl = require('is-wsl'); // When running inside Windows Subsystem for Linux console.log(isWsl); //=> true ``` --- <div align="center"> <b> <a href="https://tidelift.com/subscription/pkg/npm-is-wsl?utm_source=npm-is-wsl&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a> </b> <br> <sub> Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies. </sub> </div>