UNPKG
npm-helloworld-example-alijalal
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
hello-world
npm-helloworld-example-alijalal
/
index.js
2 lines
•
119 B
JavaScript
View Raw
1
2
module.exports.area
= raduis => Math.PI * raduis * raduis
;
module.exports.paramter
= raduis =>
2
* Math.PI * raduis
;