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

    shared-dictionary descriptor in a SigDbManifest: where it lives and how to seek/verify it

    interface SigDbDictRef {
        byteCount: number;
        hash: string;
        id: string;
        path: string;
        range: ByteRange;
        strings: number;
    }
    Index

    Properties

    byteCount: number
    hash: string
    id: string
    path: string
    range: ByteRange
    strings: number