UNPKG
hello_node
Version:
latest (0.0.1)
0.0.1
A hello world package.
hello_node
/
hellolu.js
4 lines
(3 loc)
•
63 B
JavaScript
View Raw
1
2
3
4
expoerts.
helloBoy
=
function
(
) {
return
'Hello Boy!'
; }