UNPKG

archunit

Version:

ArchUnit TypeScript is an architecture testing library, to specify and assert architecture rules in your TypeScript app

2 lines (1 loc) 92 B
export type MetricComparison = 'below' | 'above' | 'equal' | 'above-equal' | 'below-equal';