interface FunctionsToDetectConfig {
    fns: readonly string[];
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Hierarchy-Diagram

UML class diagram of FunctionsToDetectConfig

Properties

Properties

fns: readonly string[]

The list of function names that should be marked in the given context.