1.0.6 • Published 3 years ago

npm-helloworld-shakeel786 v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago