is-hexadecimal

WebJar for is-hexadecimal

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/wooorm/is-hexadecimal

Скачать is-hexadecimal

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

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

Зависимости

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

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

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

is-hexadecimal

Build Coverage Downloads Size

Check if a character is hexadecimal.

Install

npm:

npm install is-hexadecimal

Use

var hexadecimal = require('is-hexadecimal')

hexadecimal('a') // => true
hexadecimal('0') // => true
hexadecimal('G') // => false
hexadecimal('💩') // => false

API

hexadecimal(character|code)

Check whether the given character code (number), or the character code at the first position (string), is hexadecimal.

Related

License

MIT © Titus Wormer

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

Версия
1.0.4
1.0.3
1.0.2
1.0.1