UNPKG
@jayateja/squarepkg
Version:
latest (1.0.0)
1.0.0
just square but not square
github.com/JAYATEJA04/npm-test
JAYATEJA04/npm-test
@jayateja/squarepkg
/
index.js
6 lines
(4 loc)
•
76 B
JavaScript
View Raw
1
2
3
4
5
6
function
square
()
{
const
variable
=
23
; }
module
.
exports
= square;