is-fullwidth-code-point

WebJar for is-fullwidth-code-point

Лицензия

Лицензия

MIT
Группа

Группа

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

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

is-fullwidth-code-point
Последняя версия

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

3.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

is-fullwidth-code-point
WebJar for is-fullwidth-code-point
Ссылка на сайт

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

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

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

https://github.com/sindresorhus/is-fullwidth-code-point

Скачать is-fullwidth-code-point

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

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

Зависимости

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

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

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

is-fullwidth-code-point Build Status

Check if the character represented by a given Unicode code point is fullwidth

Install

$ npm install is-fullwidth-code-point

Usage

const isFullwidthCodePoint = require('is-fullwidth-code-point');

isFullwidthCodePoint('谢'.codePointAt(0));
//=> true

isFullwidthCodePoint('a'.codePointAt(0));
//=> false

API

isFullwidthCodePoint(codePoint)

codePoint

Type: number

The code point of a character.


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.

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

Версия
3.0.0
2.0.0
1.0.0