1.1.0 • Published 6 years ago

pluto-planet v1.1.0

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

Example

$ npm install pluto-planet  --save
const {plutoPlanet} = require('pluto-planet'); 
// ES2015 modules
import {plutoPlanet} from 'pluto-planet';

const sensitiveWords = 
    plutoPlanet(
        'the new macbook pro will have a touchbar.', 
        ['pro', 'touchbar']
    );

console.log(sensitiveWords);
// the new macbook ***** will have a ****.