Repository URL to install this package:
|
Version:
1.16.0 ▾
|
atom
/
usr
/
share
/
atom
/
resources
/
app
/
apm
/
node_modules
/
is-fullwidth-code-point
/
readme.md
|
|---|
Check if the character represented by a given Unicode code point is fullwidth
$ npm install --save is-fullwidth-code-point
var isFullwidthCodePoint = require('is-fullwidth-code-point'); isFullwidthCodePoint('谢'.codePointAt()); //=> true isFullwidthCodePoint('a'.codePointAt()); //=> false
Type: number
Code point of a character.
MIT © Sindre Sorhus