dumper.js icon indicating copy to clipboard operation
dumper.js copied to clipboard

Availability for configure depth for objects

Open artembatura opened this issue 6 years ago • 4 comments

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

artembatura avatar Sep 14 '18 23:09 artembatura

PR #26

oriefrati avatar Mar 08 '19 13:03 oriefrati

Merge please

Oxicode avatar Apr 14 '19 18:04 Oxicode

if it will not merge soon i will create for you npm package with this feature

oriefrati avatar Apr 18 '19 20:04 oriefrati

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.

r37r0m0d3l avatar Nov 03 '20 15:11 r37r0m0d3l