weasel words
npm module for detecting weasel words.
Based on this shell script.
Install
npm install weasel-words
Use
var weasel = ; var problems = ;// problems -> [{ index : 0, offset : 10 },// { index : 11, offset : 3 }]
License
MIT