@eagleoutice/flowr - v2.13.2
    Preparing search index...
    interface NamespaceInfo {
        callable: string[];
        conditional?: Map<RNode<ParentInformation>, NamespaceInfo>;
        exportedFunctions: string[];
        exportedPatterns: string[];
        exportedSymbols: string[];
        exportS3Generics: Map<string, string[]>;
        importedPackages: Map<string, string[] | "all">;
        loadsWithSideEffects: boolean;
    }
    Index

    Properties

    callable: string[]

    Present only in complex parsed NAMESPACE files. Maps conditions to the parts they gate.

    exportedFunctions: string[]
    exportedPatterns: string[]
    exportedSymbols: string[]
    exportS3Generics: Map<string, string[]>
    importedPackages: Map<string, string[] | "all">
    loadsWithSideEffects: boolean