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;
}

Properties

Properties

windowLogMax?: number