@tbela99/css-parser
    Preparing search index...

    Interface ParseResultStats

    parse result stats object

    interface ParseResultStats {
        bytesIn: number;
        importedBytesIn: number;
        imports: ParseResultStats[];
        minify: string;
        parse: string;
        src: string;
        total: string;
    }
    Index

    Properties

    bytesIn: number

    bytes read

    importedBytesIn: number

    bytes read from imported files

    imports: ParseResultStats[]

    imported files stats

    minify: string

    minify time

    parse: string

    parse time

    src: string

    source file

    total: string

    total time