github-dependents
    Preparing search index...

    Interface FetchDependentsOptions

    Options for fetching dependent repositories.

    interface FetchDependentsOptions {
        maxFetch?: number;
    }
    Index

    Properties

    Properties

    maxFetch?: number

    The maximum number of dependent repositories to fetch.