Détail du package

iskanji

darren-lester161MIT1.0.3

Determine whether or not a character is a kanji

japanese, kanji, nihongo, language

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