UNPKG
geovaunie_pkg_testv1
Version:
latest (1.0.0)
1.0.0
This is my first NPM Package. It is a test for R&D.
geovaunie_pkg_testv1
/
index.js
7 lines
(6 loc)
•
153 B
JavaScript
View Raw
1
2
3
4
5
6
7
console
.
log
(
"Hi there! Welcome to my first NPM Package."
);
module
.
exports
= {
greeting
:
() =>
{
console
.
log
(
'How are you?'
); }, };