1.1.0 • Published 8 years ago

introspection v1.1.0

Weekly downloads
125
License
Apache 2.0
Repository
github
Last release
8 years ago

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)