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

    Type Alias CompressedStream

    CompressedStream: ReadableStream<Uint8Array> & {
        __brand: "CompressedStream";
        format: CompressionFormat;
        originalSize?: number;
    }

    Branded type for compressed streams with format metadata