Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

weasel-words

btford148.4kMIT0.1.1

detect weasel words

english, writing, prose, words

readme

weasel words Build Status

npm module for detecting weasel words.

Based on this shell script.

Install

npm install weasel-words

Use

var weasel = require('weasel-words');

var problems = weasel('Remarkably few developers write well.');
// problems -> [{ index : 0, offset : 10 },
//              { index : 11, offset : 3 }]

License

MIT