1.0.2 • Published 8 years ago

colour-debug v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

colour-debug

npm version License

A simple coloured debugger

Installation

npm install --save colour-debug

Usage

var d = require('colour-debug')

d({
    debug: 'anything',
    you: ['like']
})

// true to show the object's non-enumerable and symbol properties
// if not set to true, then equals false
d({ foo: 'bar' }, true)

// specify the depth to go into
// if not an integer, unlimited
d({ foo: 'bar' }, false, 3)

Author

© 2016 tleb tleb@openmailbox.org (https://github.com/tleb)

License

Released under the MIT license.