sensitive-words-mf

1.0.0 • Public • Published

Example

$ npm install sensitive-words-mf --save
const {sensitiveWords} = require('sensitive-words-mf');
// ES2015
import {sensitiveWords} from 'sensitive-words-mf';

const filtered = 
    sensitiveWords(
        'The new Apple Macbook Pro will have touchbar',
        ['Pro', 'Touchbar']
    )

console.log(filtered)
// The new Apple Macbook ***** will have *****

Package Sidebar

Install

npm i sensitive-words-mf

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

2.32 kB

Total Files

5

Last publish

Collaborators

  • marcinfuja