npm09-helloworld-learninghub

This is a hello world application in npm world


Keywords
npm, helloworld, github, learninghub
License
ISC
Install
npm install npm09-helloworld-learninghub@1.0.2

Documentation

#npm helloworld demo package creation and registrating to npm server listed here. I will delete this test package as demo purpose is done. Thanks !!

How to Consume : Eg.

const {area, perimeter} = require('npm09-helloworld-learninghub')

console.log(area(1)); console.log(perimeter(0.5));