• Visits a node to perform normalization on it

    Parameters

    • key: string

      The key corresponding to the given node

    • value: unknown

      The node to be visited

    • depth: number = +Infinity

      Optional number indicating the maximum recursion depth

    • maxProperties: number = +Infinity

      Optional maximum number of properties/elements included in any single object/array

    • memo: MemoFunc = ...

      Optional Memo class handling decycling

    Returns Primitive | ObjOrArray<unknown>

Generated using TypeDoc