@ffras4vnpm/qui-aliquam-cum
v1.0.0
Published
 ;
addWords('some', 'custom', 'word'); // add your list of custom words here
const isBadWord = isBad('This is a sample xxx content', 'Some more custom word content here');
console.log(isBadWord);
// OUTPUT true
const isItBad = isBad('Hey StackBlogger!');
console.log(isItBad);
// OUTPUT false