github-dependents
    Preparing search index...

    Interface Dependent

    Represents a dependent repository.

    interface Dependent {
        forks: number | null;
        repo: string | null;
        stars: number | null;
    }
    Index

    Properties

    Properties

    forks: number | null

    The number of forks the dependent repository has.

    repo: string | null

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

    stars: number | null

    The number of stars the dependent repository has.