introspection

1.1.0 • Public • Published

node-introspection

Utilities to do introspection of objects: helpful during development.

NPM stats NPM downloads

var introspection = require('introspection');
 
var objectHierarchyArray = introspection.objectHierarchy(obj);
var objectEventsArray = introspection.objectEvents(obj);
 
introspection.listenOn(nodeObject, eventsToListenOn);
introspection.listenOnAllSocketEvents(socket);
introspection.listenOnAllRequestEvents (request);
introspection.listenOnAllResponseEvents (response);
introspection.functionArguments (fn);

License

Apache 2.0 (txt)

Package Sidebar

Install

npm i introspection

Weekly Downloads

410

Version

1.1.0

License

Apache 2.0

Last publish

Collaborators

  • detro