1.2.0 • Published 5 years ago

sensitive-words-rikesh v1.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

#Example:

$ npm install sensetive-words --save
const { sensitiveWords } = require('sensitive-words');

// ES2015 modules

import { sensitiveWords } from 'sensitive-words';

const filtered = sensitiveWords(
    "here is the new life, a good life for my lovely living life. on the verge of death and life",
    ["life","good"]
    );

console.log('here',filtered);

//here here is the new ***, a *** *** for my lovely living ***. on the verge of death and ***