UNPKG
ryanpollock_test
Version:
latest (1.0.0)
1.0.0
testing npm - first package
github.com/ryanpollock/ryanpollock_test
ryanpollock/ryanpollock_test
ryanpollock_test
/
index.js
3 lines
•
80 B
JavaScript
View Raw
1
2
3
exports
.
printMsg
=
function
(
) {
console
.
log
(
"Test package by Ryan Pollock"
); }