1.0.0 • Published 7 years ago

ftt-sensitive-words v1.0.0

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

npm-package demo

const senstiveWords = require('ftt-sensitive-words').default
const filtered = senstiveWords(
  'The new apple macbook pro will have a touchbar',
  ['pro', 'touchbar']
)
console.log(filtered)
// The new apple macbook *** will have a ***