Interface MetricProjection

Projects class information to calculate specific metrics

interface MetricProjection {
    apply(classes): {
        [className: string]: number;
    };
}

Methods

Methods