bdf0c9b06670e2073f0db8a409d74fd158a2d04c
smartdebug
debug your JavaScript the smart way
Buildstatus/Dependencies
Usage
This plugin is thought for easy debug logging.
var smartDebug = require("smartdebug");
smartDebug.log("This message is not shown");
smartDebug.activate(true);
smartDebug.log("This debug message is shown");
Description
Languages
TypeScript
100%