hanisahkz / hello-npm

Play repo to publish an npm package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nhkz-hello-npm

Installation

$ npm install nhkz-hello-npm

Usage

const filterModule = require('nhkz-hello-npm').default

const filtered = filterModule(
    'fruits banana apple durian', 
    ['apple', 'durian']
)

console.log(filtered)

Evaluate result

Execute file:

$ node <file-name>

Output:

$ fruits banana ***************** *****************

About

Play repo to publish an npm package.


Languages

Language:JavaScript 100.0%