digistar-hacker-faisal
v1.0.5
Published
First hands-on Digistar Class 2024
Downloads
4
Readme
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")