Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 580 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 580 Bytes

NPM version

Word Complexity

npm module for checking for wordy or unnecessary passages in your writing

Install

npm install too-wordy

Use

const complexity = require('too-wordy');

const problems = complexity('An abundance of long winded words to accentuate this boring sentence......');
// problems -> [{ match: "abundance", index: 3, offset: 9 }, {match: accentuate, ....}]

See Also

Wordy phrases.

License

MIT