pluto-planet

1.1.0 • Public • Published

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 ****.
 

Package Sidebar

Install

npm i pluto-planet

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

2.94 kB

Total Files

5

Last publish

Collaborators

  • yuvi0049