node-codein icon indicating copy to clipboard operation
node-codein copied to clipboard

NodeJS Console Object Debug Inspector

Results 2 node-codein issues
Sort by recently updated
recently updated
newest added

Any chance prototype support will be added?

I have the case that I have some complex objects which have dynamic properties (defined via get functions) in their prototypes. Currently, because of the `Object.prototype.hasOwnProperty` check in stringify, attributes...