1.0.3 • Published 5 months ago
area-calculator-femi v1.0.3
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-femi
Usage
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.