is-firefox

WebJar for is-firefox

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/gillstrom/is-firefox

Скачать is-firefox

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

is-firefox

Check if browser is Firefox

User agent sniffing is considered bad practice and should be avoided if possible.

Install

$ npm install --save is-firefox

Usage

var isFirefox = require('is-firefox');

console.log(isFirefox);
//=> false

License

MIT © Andreas Gillström

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

Версия
1.0.3