sensitive-words-electric
v1.1.0
Published
Filter out a list of sensitive words
Downloads
8
Maintainers
Readme
Example
$ npm install sensitive-words --saveimport { sensitiveWords } from "sensitiveWords";
const filtered = sensitiveWords(
"the new apple macbook pro will have a touchbar", ["pro", "touchbar"]
)
console.log(filtered);
// the new apple macbook *** will have a ***