profanity-list.js
v1.0.2
Published
A custom list and function for blocking bad words!
Readme
profanity-list.js
Install
npm install profanity-list.jsCode Example
const profanity = require('profanity-list.js');
const matchingTags = profanity("Some content with bad words");
console.log(matchingTags);