UNPKG

archunit

Version:

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

4 lines (3 loc) 153 B
import { MapFunction } from './project-edges'; export declare const perInternalEdge: () => MapFunction; export declare const perEdge: () => MapFunction;