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

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i testps-s-words

    Weekly Downloads

    1

    Version

    1.1.0

    License

    ISC

    Unpacked Size

    2.13 kB

    Total Files

    4

    Last publish

    Collaborators

    • pratheeshps