1.0.0 • Published 5 months ago

area-of-a-circle-calculator v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

Circle 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-of-a-circle-calculator

Usage

First, require the package in your project:

const calculateArea = require('area-of-a-circle-calculator');

Then, you can use the area function to find the area of a circle

License

This project is licensed under the MIT License.

1.0.0

5 months ago