ftt-sensitive-words

1.0.0 • Public • Published

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 ***

Package Sidebar

Install

npm i ftt-sensitive-words

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • futantan