UNPKG

archunit

Version:

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

4 lines (3 loc) 159 B
import { Graph } from './graph'; export declare const extractNxGraph: (rootFolder?: string) => Graph; export declare const guessNxWorkspaceRoot: () => string;