Skip to content

chathurasachithra/check-dictionary-word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

...

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published