Interface PackagephobiaSizeInfo

interface PackagephobiaSizeInfo {
    bytes: number;
    color: string;
    files: number;
    pretty: string;
}

Properties

Properties

bytes: number
color: string
files: number
pretty: string