UNPKG
hello_test_yangyj
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A hello world package
github.com/yangyj061/npmTest
yangyj061/npmTest
hello_test_yangyj
/
hello.js
3 lines
•
60 B
JavaScript
View Raw
1
2
3
exports
.
sayHello
=
function
(
){
return
'Hello,world'
; }