1.1.0 • Published 7 years ago

sensitive-words-rbrajbharath1 v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Example

$ npm install sensitive-words --save
const {sensitiveWords} = required('sensitive-words')
//ES2015 modules
import {sensitiveWords} from 'sensitive-words'

const {sensitiveWords} = require('sensitive-words');

const filtered = sensitiveWords(
  'The new apple mac book pro has touch bar',
  ['pro', 'bar']
)

console.log(filtered);
//The new apple mac book **** has touch ****