@eagleoutice/flowr - v2.15.8
    Preparing search index...

    the on-disk (compact) form of a SigDbIndex: short keys, meta optional (hoisted into a manifest)

    interface SigDbIndexWire {
        b: ByteRange[];
        d: ByteRange;
        m?: SigDbPkgMetaIndex;
        n: number;
        p: Record<string, number>;
    }
    Index
    b d m? n p
    n: number
    p: Record<string, number>