UNPKG
baobao_with_papa
Version:
latest (1.0.0)
1.0.0
baobao_is_my_favorite_shero
19940608/partof
baobao_with_papa
/
node1.js
7 lines
•
131 B
JavaScript
View Raw
1
2
3
4
5
6
7
// function hello(){
// console.log('hello world')
// }
// hello();
exports
.
hello
=
function
(
){
console
.
log
(
'hello baby'
) };