npm-perimeter-and-area
v1.2.0
Published
With this package, you can easily import the area and perimeter!
Readme
Easily Import Perimeter and Area
With this package, you can easily import the area and perimeter.
You can import it using:
const {area, perimeter} = require('npm-helloworld-ritihk7547');How you can use it
console.log(area(1));
console.log(perimeter(0.5));👆 This for example would print the value of PI
