Package Exports
- debug-js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (debug-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
debug-js
By Oceanhouse21
debug-js is a leightweigt debugger for Javascript.
INSTALLATION
npm install debug-js -g
In any source file include the module.
d = require('debug-js')
USAGE
Show values of all own properties of an object in console:
object = {
prop1: 'value',
prop2: 'other value',
}
d.s(object)
// prop1: value
// prop2: value
LICENSE
MIT License. Copyright 2014-2015 Oceanhouse21 GmbH. http://www.oceanhouse21.com
You are not granted rights or licenses to the trademarks of Oceanhouse21 GmbH, including without limitation the traffic-fine-calculator name.