interface InflateFunctionOptions {
    raw?: boolean;
    to?: "string";
    windowBits?: number;
}

Properties

Properties

raw?: boolean
to?: "string"
windowBits?: number

Generated using TypeDoc