check-dictionary-word

1.1.0 • Public • Published

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

...

Package Sidebar

Install

npm i check-dictionary-word

Weekly Downloads

7

Version

1.1.0

License

Apache-2.0

Unpacked Size

8.52 MB

Total Files

34

Last publish

Collaborators

  • chathurasachithra