node-liblzma - v3.1.2
    Preparing search index...

    Interface ProgressInfo

    Progress event data emitted during compression/decompression

    interface ProgressInfo {
        bytesRead: number;
        bytesWritten: number;
    }
    Index

    Properties

    bytesRead: number

    Total bytes read from input so far

    bytesWritten: number

    Total bytes written to output so far