obj-inspector

v0.0.1
Show all of properties in the Object
inspect debug object

obj-inspector

Show all of properties in the Object.

Installation

npm install --save-dev obj-inspector

Example

var inspector = require('obj-inspector');

var obj = {
  foo: "property1",
  bar: "property2"
};

inspector(obj);

License

The MIT License (MIT)

Copyright (c) 2014 Masaaki Morishita

npm i obj-inspector

Metadata

  • MIT
  • Whatever
  • Masaaki Morishita
  • released 5/10/2014

Downloads

Maintainers