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

    Variable checkConst

    check: { CRC32: any; CRC64: any; NONE: any; SHA256: any } = ...

    Integrity check types for XZ streams. Use CRC64 for best balance of speed and error detection.

    Type Declaration

    • ReadonlyCRC32: any
    • ReadonlyCRC64: any
    • ReadonlyNONE: any
    • ReadonlySHA256: any
    const compressor = createXz({ check: check.CRC64 });