chez-sensitive-words

1.0.2 • Public • Published

Example

$ npm install chez-sensitive-words
 
const {sensitiveWords} = require('chez-sensitive-words')
// ES2015 modules
//import {sensitiveWords} from 'chez-sensitive-words'
 
const filtered = sensitiveWords(
    'The new apple mac book pro will have a touchbar',
    ['pro', 'touchbar']
)
console.log({filtered});
//The new apple mac book *** will have a ***

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    1

Package Sidebar

Install

npm i chez-sensitive-words

Weekly Downloads

1

Version

1.0.2

License

ISC

Last publish

Collaborators

  • chezianr