UNPKG
caesartoo
Version:
latest (1.0.0)
1.0.0
test upload
caesartoo
/
a.js
3 lines
•
63 B
JavaScript
View Raw
1
2
3
exports
.
hello
=
function
(
) {
console
.
log
(
'hello caesar!'
) }