UNPKG

playerprobe

Version:

Test creation of a PlayerProbe Module

4 lines 139 B
var colors = require('colors'); exports.printMsg = function() { console.log("This is a message from the playerprobe package." .red); }