UNPKG
hjl_test
Version:
aaaa (1.1.1)
beta (1.3.1)
gama (1.4.1)
latest (1.6.1)
1.6.1
1.5.1
1.4.1
1.3.1
1.2.1
1.1.1
1.0.1
0.3.2
0.2.2
0.1.2
0.0.3
0.0.2
A hello world package
hjl_test
/
hjl_test.js
3 lines
•
52 B
JavaScript
View Raw
1
2
3
exports
.
hello
=
function
(
) {
return
"Hello NodeJs"
; }