UNPKG
@my_new_organization/my-test-package
Version:
beta (1.1.0)
latest (11.0.2)
mypatch (1.0.1)
11.0.2
11.0.1
11.0.0
10.0.0
9.0.0
7.0.0
5.0.0
1.1.0
1.0.1
My test package.
github.com/chame1e0n/my-test-package
chame1e0n/my-test-package
@my_new_organization/my-test-package
/
index.js
5 lines
(4 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
exports
.
printMsg
=
function
(
music
) {
if
(!music) music =
'"Namir"'
;
console
.
log
(music +
' is playing.'
); };