1.1.0 • Published 7 years ago
check-word-jtara1 v1.1.0
check-word
check if the word exist in the language configured, the language could be english , spanish, french or german
install
$ npm install check-wordhow to use?
var checkWord = require('check-word'),
    words     = checkWord('en'); // setup the language for check, default is en
    
words.check('dog'); // true
words.check('perro'); // false
words.check('hi'); // true
...credits
thanks to repository atebits/words.
1.1.0
7 years ago