ixfx
    Preparing search index...
    • Returns a copy of node with its (and all its children's) parent information removed.

      Parameters

      Returns SimplifiedNode<
          Readonly<
              {
                  _kind: "entry-static";
                  ancestors: string[];
                  name: string;
                  sourceValue: any;
              },
          >,
      >