github-dependents
    Preparing search index...

    Interface Dependent

    Represents a dependent repository.

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

    Properties

    Properties

    forks: null | number

    The number of forks the dependent repository has.

    repo: null | string

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

    stars: null | number

    The number of stars the dependent repository has.