interface InflateOptions {
    chunkSize?: number;
    dictionary?: any;
    raw?: boolean;
    to?: "string";
    windowBits?: number;
}

Properties

chunkSize?: number
dictionary?: any
raw?: boolean
to?: "string"
windowBits?: number

Generated using TypeDoc