UNPKG
hello_test_clare
Version:
latest (0.0.1)
0.0.1
a hello world package
hello_test_clare
/
sayHelloClare.js
4 lines
(3 loc)
•
62 B
JavaScript
View Raw
1
2
3
4
exports
.
sayHelloClare
=
function
(
){
return
'hello,world'
; }