isKanji
Determine whether or not a character is a kanji.
Installation
$ npm install iskanji
Example
var isKanji = ; ; // false; // false; // true
Tests
Install dependencies then run the npm script test
$ npm install$ npm test
Determine whether or not a character is a kanji.
$ npm install iskanji
var isKanji = ; ; // false; // false; // true
Install dependencies then run the npm script test
$ npm install$ npm test
npm i iskanji
20
1.0.3
MIT