is-fullwidth-code-point
Advanced tools
Weekly downloads
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.
FAQs
Check if the character represented by a given Unicode code point is fullwidth
The npm package is-fullwidth-code-point receives a total of 78,824,994 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.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.