UNPKG

archunit

Version:

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

8 lines (7 loc) 292 B
export type { MetricComparison } from './common'; export type { ClassInfo, FieldInfo, MethodInfo, Metric } from './common'; export * from './assertion'; export * from './calculation'; export { extractClassInfo } from './extraction'; export * from './fluentapi'; export * from './projection';