adverb-where
v0.2.6
Published
Find adverbs in your writings
Downloads
172,472
Maintainers
Readme
Adverb Where?
npm module for checking for adverbs or vague constructs. Adverbs can have the effect of being an intensifier that doesn't intensify.
Install
npm install adverb-where
Use
var complexity = require('adverb-where');
var problems = complexity('Allegedly, this sentence is terrible.');
// problems -> [{ match: "Allegedly", index: 0, offset: 9 }]
See Also
See Pretty, fairly, really, very, and quite
License
MIT