npm-helloworld-shakeel786

This is hello world.

Usage no npm install needed!

<script type="module">
  import npmHelloworldShakeel786 from 'https://cdn.skypack.dev/npm-helloworld-shakeel786';
</script>

README

Quickstart

To calculate the area-of-circle

1. Install

npm install npm-helloworld-shakeel786

import { areaOfCircle } from 'npm-helloworld-shakeel786';

const result = areaOfCircle(45) // prameter: radius console.log(result) // gives you the result

import { perimeterOfCircle } from 'npm-helloworld-shakeel786';

const result = perimeterOfCircle(52) // prameter: radius console.log(result) // return true