testps-s-words

1.1.0 • Public • Published

Example

$ npm install testps-s-words
const {sWords} = require('testps-s-words');
//ES2015 modules
import {sWords} from 'testps-s-words';

const filtered = 
    sWords("The new Apple MacBook pro",
        ["macbook","pro"]
    );
console.log(filtered);
// The new Apple *** ***

npm publish tutorial

Package Sidebar

Install

npm i testps-s-words

Weekly Downloads

0

Version

1.1.0

License

ISC

Unpacked Size

2.13 kB

Total Files

4

Last publish

Collaborators

  • pratheeshps