npm-package-kuba0506

1.1.0 • Public • Published

Example

$ npm i npm-package -S
const {sensitiveWords} = require('npm-package-kuba0506');
 
//ES2015 modules
import {sensitiveWords} from 'npm-package-kuba0506'
 
const filtered = sensitiveWords(
    'New apple mackbook pro has touchbar',
    ['pro', 'touchbar']
);
 
console.log(filtered);
//New apple mackbook ***** has *****

Package Sidebar

Install

npm i npm-package-kuba0506

Weekly Downloads

0

Version

1.1.0

License

ISC

Last publish

Collaborators

  • kuba0506