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

    what the signature database states about name in one exporting package

    interface FunctionInfoPackageHit {
        exported: boolean;
        file?: string;
        line?: number;
        package: string;
        parameters?: readonly string[];
    }
    Index
    exported: boolean
    file?: string
    line?: number
    package: string
    parameters?: readonly string[]