debug-dot-js

1.1.1 • Public • Published

hello this is debug module for javascript

  • config :
 const debug = require("debug-dot-js")
  • log data :
 debug("hello world") // hello world
 debug("hello" ," ", "world") // hello world
  • example use :
// debug.js file :
const debug = require("debug-dot-js")
debug("hello world")

// node debug.js 
// out : 

// DEBUG=true node debug.js
// out : hello world

Readme

Keywords

Package Sidebar

Install

npm i debug-dot-js

Weekly Downloads

1

Version

1.1.1

License

Apache-2.0

Unpacked Size

12.4 kB

Total Files

4

Last publish

Collaborators

  • hamidrezadev