UNPKG
ham-burg-er
Version:
latest (1.0.1)
1.0.1
1.0.0
A demo for the hamburger menu
ham-burg-er
/
index.js
4 lines
(3 loc)
•
76 B
JavaScript
View Raw
1
2
3
4
exports
.
printMsg
=
function
(
){
console
.
log
(
"this is my first package"
); }