Find adverbs in your writings
npm install adverb-where
npm module for checking for adverbs or vague constructs. Adverbs can have the
effect of being an intensifier that doesn't
intensify.
``shell`
npm install adverb-where
`javascript
var complexity = require('adverb-where');
var problems = complexity('Allegedly, this sentence is terrible.');
// problems -> [{ match: "Allegedly", index: 0, offset: 9 }]
``
See Pretty, fairly, really, very, and quite