UNPKG
playerprobe
Version:
latest (1.0.1)
1.0.1
1.0.0
Test creation of a PlayerProbe Module
playerprobe
/
index.js
4 lines
•
139 B
JavaScript
View Raw
1
2
3
4
var
colors =
require
(
'colors'
);
exports
.
printMsg
=
function
(
) {
console
.
log
(
"This is a message from the playerprobe package."
.
red
); }