ArchUnitTS - v2.2.0
    Preparing search index...

    Interface FileCountMetric

    File-level count metrics interface for analyzing entire files

    interface FileCountMetric {
        name: string;
        calculateFromFile(sourceFile: SourceFile): number;
        description: string;
    }

    Implemented by

    Index

    Properties

    name: string
    description: string

    Methods