UNPKG

nx

Version:

Smart, Fast and Extensible Build System

4 lines (3 loc) 268 B
import { ProjectGraphProcessorContext } from '../../config/project-graph'; import { ProjectGraphBuilder } from '../project-graph-builder'; export declare function buildImplicitProjectDependencies(ctx: ProjectGraphProcessorContext, builder: ProjectGraphBuilder): void;