interface NamingConventionMetadata {
    numBreak: number;
    numMatches: number;
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Hierarchy-Diagram

UML class diagram of NamingConventionMetadata

Properties

Properties

numBreak: number

number of symbols breaking the casing convetion

numMatches: number

number of symbols matching the casing convetion