UNPKG
castelog
Version:
latest (0.0.1)
0.0.1
Programación JavaScript en castellano.
github.com/allnulled/castelog
allnulled/castelog
castelog
/
test
/
utils.js
8 lines
•
102 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= {
hi
(
) {
return
"HI!"
; },
bye
(
) {
return
"BYE!"
; } };