github-dependents
    Preparing search index...

    Function fetchDependents

    • Fetches the dependent repositories of a given repository.

      Parameters

      • repo: string

        The full name of the repository in the format user/repository.

      • Optionaloptions: FetchDependentsOptions

        The options for fetching the dependent repositories.

      Returns Promise<Dependent[]>

      A promise that resolves to a list of dependent repositories.

      An error if the fetch operation fails.