lyxaira.glass c1a3f3246e Escoger Renglon y Artesania, desplegados del JSON. | пре 5 година | |
---|---|---|
.. | ||
index.js | пре 5 година | |
license | пре 5 година | |
package.json | пре 5 година | |
readme.md | пре 5 година |
Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)
Can be useful if you need to work around unimplemented or buggy features in WSL.
$ npm install --save is-wsl
const isWsl = require('is-wsl');
// When running inside Windows Subsystem for Linux
console.log(isWsl);
//=> true
MIT © Sindre Sorhus