ixfx
    Preparing search index...
    • Returns a debug string representation of the node (recursive)

      Parameters

      • node: TreeNode<
            | Readonly<
                { _kind: "entry"; leafValue: any; name: string; sourceValue: any },
            >
            | Readonly<
                {
                    _kind: "entry-static";
                    ancestors: string[];
                    name: string;
                    sourceValue: any;
                },
            >,
        >
      • indent: number = 0

      Returns string