1.1.0 • Published 4 months ago

check-dictionary-word v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

check-dictionary-word

A module to verify if a word is a valid dictionary word. Simple and efficient word-check functionality.

install

$ npm install check-dictionary-word

how to use?

const isDictionaryWord = require('check-dictionary-word'),
    
isDictionaryWord('cat'); // true
isDictionaryWord('trinitrophenylmethylnitramine'); // true
isDictionaryWord('fg45fg'); // false

...
1.1.0

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago