is-fullwidth-code-point

WebJar for is-fullwidth-code-point

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

is-fullwidth-code-point
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

is-fullwidth-code-point
WebJar for is-fullwidth-code-point
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download is-fullwidth-code-point

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

Versions

Version
3.0.0
2.0.0
1.0.0