github-dependents
    Preparing search index...

    Function parseDependentsFromHtml

    • Parses the dependent repositories from HTML data.

      Parameters

      • html: string

        The HTML data.

      Returns { dependents: Dependent[]; nextPage: null | string }

      A promise that resolves to an object containing a list of dependent repositories and the URL of the next page.