zstd-napi - v0.0.13
    Preparing search index...

    Interface DecompressParameters

    Zstandard decompression parameters.

    Most applications will not need to adjust these. See the Zstandard manual for a full description.

    interface DecompressParameters {
        windowLogMax?: number;
    }
    Index
    windowLogMax?: number