interface UnusedDefinitionConfig {
    includeFunctionDefinitions: boolean;
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Hierarchy-Diagram

UML class diagram of UnusedDefinitionConfig

Properties

includeFunctionDefinitions: boolean

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