is-wsl

WebJar for is-wsl

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

is-wsl
Последняя версия

Последняя версия

2.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

is-wsl
WebJar for is-wsl
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/sindresorhus/is-wsl

Скачать is-wsl

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/is-wsl/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>is-wsl</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/is-wsl/
implementation 'org.webjars.npm:is-wsl:2.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/is-wsl/
implementation ("org.webjars.npm:is-wsl:2.2.0")
'org.webjars.npm:is-wsl:jar:2.2.0'
<dependency org="org.webjars.npm" name="is-wsl" rev="2.2.0">
  <artifact name="is-wsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='is-wsl', version='2.2.0')
)
libraryDependencies += "org.webjars.npm" % "is-wsl" % "2.2.0"
[org.webjars.npm/is-wsl "2.2.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : is-docker jar [2.0.0,3)

Модули Проекта

Данный проект не имеет модулей.

is-wsl Build Status

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. Supports both WSL 1 and WSL 2.

Install

$ npm install is-wsl

Usage

const isWsl = require('is-wsl');

// When running inside Windows Subsystem for Linux
console.log(isWsl);
//=> true

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

Версии библиотеки

Версия
2.2.0
2.1.1
2.1.0
1.1.0