UNPKG

priv8-cs

Version:

Multi-Platform Status API Module For XBL and PSN.

8 lines (6 loc) 211 B
var colors = require("colors"); function debug(input) { let format = colors.red(colors.bold(`[ DEBUG ] [ConsoleStatus]: ${colors.white(input)}`)); console.log(format); }; module.exports = debug;