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

    Interface OpenSyncOptions

    a caller-supplied index/dictionary for SigDatabase.openSync (both derived from the source otherwise)

    interface OpenSyncOptions {
        index?: SigDbIndex;
        strings?: string[];
    }

    Hierarchy (View Summary)

    Index
    index?: SigDbIndex
    strings?: string[]