ixfx
    Preparing search index...
    • Get all the cycles ('strongly-connected-components') within the graph Read more

      Parameters

      • graph: Readonly

      Returns Readonly<
          {
              id: string;
              out: readonly Readonly<{ id: string; weight?: number }>[];
          },
      >[][]