UNPKG
npm-package-test-siminyang
Version:
latest (0.0.1)
0.0.1
npm����������
npm-package-test-siminyang
/
a.js
4 lines
•
78 B
JavaScript
View Raw
1
2
3
4
function
hello
(
name
){
console
.
log
(
"hello "
+ name); }
exports
.
hello
=hello;