ixfx
    Preparing search index...
    • Type Parameters

      • Textendsobject

      Parameters

      • node: T
      • options: Partial<Readonly<{ filter: "none" | "leaves" | "branches"; name: string }>> = {}
      • ancestors: string[] = []

      Returns IterableIterator<
          Readonly<
              { ancestors: string[]; name: string; nodeValue: any; sourceValue: any },
          >,
      >