UNPKG
black1
Version:
latest (1.0.0)
1.0.0
this is my package
black1
/
lib
/
hello.js
3 lines
•
66 B
JavaScript
View Raw
1
2
3
exports
.
sayhello
=
function
(
){
console
.
log
(
"hello package!!!"
); }