1.0.0 • Published 6 years ago

vivekraman_testapp v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

Example

npm install testapp
 const {sensitiveWords} = require('testapp')
 //ES2015
 import {sensitiveWords} = from 'testapp'

 const filtered = sensitiveWords("the new apple macbook pro will have a touchbar", ['pro', 'touchbar'])

 // the new apple macbook *** will have a ***
1.0.0

6 years ago