Check if the character represented by a given Unicode code point is fullwidth
npm install is-fullwidth-code-pointimportisFullwidthCodePointfrom'is-fullwidth-code-point';isFullwidthCodePoint('谢'.codePointAt(0));//=> trueisFullwidthCodePoint('a'.codePointAt(0));//=> falseType: number
The code point of a character.