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

...

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i check-dictionary-word

      Weekly Downloads

      9

      Version

      1.1.0

      License

      Apache-2.0

      Unpacked Size

      8.52 MB

      Total Files

      34

      Last publish

      Collaborators

      • chathurasachithra