1.0.3 • Published 3 years ago

is-word-meaningful v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Rules to be followed to use the package

  1. First of all mentioning this is only the first release and contains only 3000 basic words. If this package gets support will be adding more words.

  2. Install the package in the command line: npm i is-word-meaningful

  3. Require the package: const isMeaningfulWord= require('is-word-meaningful')

  4. To check if the word is meaningful write the following code: const validWord= isMeaningfulWord(word)

    console.log(validWord)