Skip to content

whatsinmyopsec/isWord-NPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

INSTALL

npm install isword-npm

example


const isWord = require('isword-npm');

(async () => {
  const type = await isWord('cruelly');
  console.log(type);
})();

Which displays

cruelly is not a noun
cruelly is not a verb
cruelly is not an adjective
cruelly is an adverb
0 no results
0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published