Genotype API Documentation - v0.1.0
    Preparing search index...

    Variable DecompressorOptionsSchemaConst

    DecompressorOptionsSchema: Type<
        (
            In: {
                bufferSize?: number;
                maxOutputSize?: number;
                signal?: unknown;
                validateIntegrity?: boolean;
            },
        ) => Out<
            {
                bufferSize?: number;
                maxOutputSize?: number;
                signal?: unknown;
                validateIntegrity?: boolean;
            },
        >,
        {},
    > = ...

    Decompressor options validation schema