Skip to content

Is there a maximum depth for init normalizeDepth? #5938

Answered by AbhiPrasad
brettski asked this question in Q&A
Discussion options

You must be logged in to vote

There is no maximum value, you can go up to Infinity. See:

export function normalize(input: unknown, depth: number = +Infinity, maxProperties: number = +Infinity): any {

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AbhiPrasad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants