ArchUnitTS - v2.2.0
    Preparing search index...

    Interface Metric

    Generic metric interface that all metrics should implement

    interface Metric {
        name: string;
        calculate(classInfo: ClassInfo): number;
        description: string;
    }
    Index

    Properties

    Methods

    Properties

    name: string
    description: string

    Methods