is-fullwidth-code-point
Advanced tools
Check if the character represented by a given Unicode code point is fullwidth
Weekly downloads
Changelog
https://github.com/sindresorhus/is-fullwidth-code-point/compare/v3.0.0...v4.0.0
Readme
Check if the character represented by a given Unicode code point is fullwidth
$ npm install is-fullwidth-code-point
import isFullwidthCodePoint from 'is-fullwidth-code-point';
isFullwidthCodePoint('谢'.codePointAt(0));
//=> true
isFullwidthCodePoint('a'.codePointAt(0));
//=> false
Type: number
The code point of a character.
Check if the character represented by a given Unicode code point is fullwidth
The npm package is-fullwidth-code-point receives a total of 64,019,011 weekly downloads. As such, is-fullwidth-code-point popularity was classified as popular.
We found that is-fullwidth-code-point demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.It has 1 open source maintainer collaborating on the project.