UNPKG
poojitha_my_package
Version:
latest (1.0.1)
1.0.1
1.0.0
My first package
github.com/Pooji2142/poojitha_31
Pooji2142/poojitha_31
poojitha_my_package
/
index.js
3 lines
(2 loc)
•
91 B
JavaScript
View Raw
1
2
3
const
poojitha_my_package=
require
(
'poojitha_my_package'
);
console
.
log
(
"hello everyone"
);