hankey
v0.0.3
Published
A friendly log function
Downloads
3,015
Readme
Hankey :hankey:
A friendly library for adding color to your logs :smiley:
const { info, log } = require("./index");
info(":wave: hey there!")
error(":bomb: Oh noes!")
action(":dizzy: doing something big!")
const yo = "oy";
log("a shorter console.log", { yo });