dumper.js
dumper.js copied to clipboard
Availability for configure depth for objects
Like this
const obj = { a: { b: { c: { d: { f: 0 } } } } };
dump(obj, { depth: 2 });
// shows { a: { b: { c: Object } } } <= where 'Object' is unexplored value, but type was specified
PR #26
Merge please
if it will not merge soon i will create for you npm package with this feature
if it will not merge soon i will create for you npm package with this feature
Can you help me with my project https://github.com/r37r0m0d3l/consono. I have a similar configuration in the library and I don't know what functionality is missing.