1.0.5 • Published 11 months ago
digistar-hacker-faisal v1.0.5
Digistar Hacker Faisal
This modules provides printPretty
function which log args
with one of these levels:
info
warn
error
debug
Usage Example:
// this prints "Hello" and "World" in warning mode.
printPretty("warn", "Hello", "World")