area-calculator-femi
v1.0.3
Published
This package is to calculate the area of a circle and a square
Maintainers
Readme
Femi Area Calculator
This npm package provides a simple function to calculate the area of a circle given its radius.
Installation
You can install the package using npm:
npm install area-calculator-femiUsage
First, require the package in your project:
const calculateArea = require('area-calculator-femi');Then, you can use the areaOfCircle or areaOfSquare function to find the area of a circle
License
This project is licensed under the MIT License.
