/** 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;
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
index.d.ts | File | 326 B | 0644 |
|
index.js | File | 558 B | 0644 |
|
license | File | 1.08 KB | 0644 |
|
package.json | File | 3.45 KB | 0644 |
|
readme.md | File | 995 B | 0644 |
|