Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Availability for configure depth for objects #18

Open
artembatura opened this issue Sep 14, 2018 · 4 comments
Open

Availability for configure depth for objects #18

artembatura opened this issue Sep 14, 2018 · 4 comments

Comments

@artembatura
Copy link

artembatura commented Sep 14, 2018

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
@oriefrati
Copy link

PR #26

@Oxicode
Copy link

Oxicode commented Apr 14, 2019

Merge please

@oriefrati
Copy link

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

@r37r0m0d3l
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants