@eagleoutice/flowr - v2.10.2
    Preparing search index...
    interface UnusedDefinitionConfig {
        includeFunctionDefinitions: boolean;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of UnusedDefinitionConfig
    Index

    Properties

    includeFunctionDefinitions: boolean

    Whether to include (potentially anonymous) function definitions in the search (e.g., should we report uncalled anonymous functions?).