dava
v1.0.0
Published
Filter out a list of sensitive words
Downloads
4
Readme
dava
$ npm install dava --save
const { dava } = require('dava')
// ES2015 modules
import { dava } from 'dava'
const filtered = dava('New Apple macbook pro will have a touchbar', ['pro', 'touchbar'])
console.log(filtered)
// New Apple macbook *** will have a ***