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