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

...

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    5
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i check-dictionary-word

Weekly Downloads

5

Version

1.1.0

License

Apache-2.0

Unpacked Size

8.52 MB

Total Files

34

Last publish

Collaborators

  • chathurasachithra