jawad-first-pkg
v1.0.1
Published
It contain a function to find the area of circle
Readme
It contain a function to find the area of circle
/////
How to install : run the following command
$ npm install jawad-first-pkg --save
/////
How to use :
You just have to pass the value of radius as parameter and you got the output
/////
Example:
var areaOfCircle = require("./node_modules/jawad-first-pkg") //importing package from node modules
areaOfCircle(4) //find area for radius = 4
