0.2.6 • Published 7 months ago

adverb-where v0.2.6

Weekly downloads
8,132
License
MIT
Repository
github
Last release
7 months ago

NPM version

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

0.2.6

7 months ago

0.2.3

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.2

3 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

6 years ago

0.0.9

8 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago