1.1.4 • Published 5 years ago

js-words-test v1.1.4

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

Example

$ npm install js-words --save
const { sensitiveWords } = require('js-words');

// ES2015 modules
import { sensitiveWords } from 'js-words';


const filtered = sensitiveWords(
  'The new Apple MacBook pro will have a touchbar', ['pro', 'touchbar']
)

console.log(filtered)
The new Apple MacBook ****** will have a ******
1.1.4

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago