drupflare/worker - v1.0.0
    Preparing search index...

    Type Alias HeapChunk

    one stored row

    type HeapChunk = {
        bytes: Uint8Array;
        seq: number;
    }
    Index
    bytes: Uint8Array
    seq: number