zstd-napi - v0.0.11
    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

    Properties

    Properties

    windowLogMax?: number