@ryanforever/debug
v1.2.2
Published
debugger thing
Downloads
1
Readme
debug 🐞
simple debugger thing.
usage
const Debug = require("@ryanforever/debug")
const debug = new Debug("my-script")
Debug.listen()
debug("hello world")
/*
will output the the console the follwoing:
debug [my-script] hello world
*/