deep-trails - v3.0.0-beta.3
    Preparing search index...

    Type Alias VisitLog<P, K>

    Log of visited parent nodes generated in deepIterate.

    Its type varies depending on the value of "visitLogType" in the options.

    Format in each structure:

    Map and WeakMap:

    • Key: Object reference.
    • Value: Context history.

    Array:

    • Value: Context object.

    Set and WeakSet:

    • Value: Object reference.

    Type Parameters

    • P extends object
    • K = unknown

    3.0.0-beta.0