UNPKG
hello_test_cochlea
Version:
latest (0.0.2)
0.0.2
0.0.1
a hello word package
hello_test_cochlea
/
hello.js
6 lines
•
90 B
JavaScript
View Raw
1
2
3
4
5
6
var
say =
function
(
) {
return
"Hello, world"
; }
module
.
exports
= {
say
: say }