nhkz-hello-npm
v0.0.1-rc3
Published
An introductory hello-world npm package.
Readme
nhkz-hello-npm
Installation
$ npm install nhkz-hello-npmUsage
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 ***************** *****************