@teamteanpm2024/quas-provident-tempore
v1.0.6
Published
A module to verify if a word is a valid dictionary word. Simple and efficient word-check functionality.
Downloads
19
Maintainers
Keywords
Readme
@teamteanpm2024/quas-provident-tempore
A module to verify if a word is a valid dictionary word. Simple and efficient word-check functionality.
install
$ npm install @teamteanpm2024/quas-provident-tempore
how to use?
const isDictionaryWord = require('@teamteanpm2024/quas-provident-tempore'),
isDictionaryWord('cat'); // true
isDictionaryWord('trinitrophenylmethylnitramine'); // true
isDictionaryWord('fg45fg'); // false
...