adverb-where

0.2.6 • Public • Published

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

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i adverb-where

    Weekly Downloads

    53,300

    Version

    0.2.6

    License

    MIT

    Unpacked Size

    8.14 kB

    Total Files

    11

    Last publish

    Collaborators

    • duereg