lyxaira.glass 74ca844f42 Actualizacion cambios generados: seccion #12, #14 y #15. | vor 4 Jahren | |
---|---|---|
.. | ||
index.d.ts | vor 4 Jahren | |
index.js | vor 5 Jahren | |
license | vor 5 Jahren | |
package.json | vor 5 Jahren | |
readme.md | vor 5 Jahren |
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