iskanji
v1.0.3
Published
Determine whether or not a character is a kanji
Maintainers
Readme
#isKanji Determine whether or not a character is a kanji.
##Installation
$ npm install iskanji##Example
var isKanji = require("iskanji");
isKanji("a"); // false
isKanji("あ"); // false
isKanji("木"); // true##Tests Install dependencies then run the npm script test
$ npm install
$ npm test##License MIT
