UNPKG

@yolkai/nx-workspace

Version:

Extensible Dev Tools for Monorepos

5 lines (4 loc) 281 B
import { ProjectGraph } from '../project-graph'; import { FileChange } from '../file-utils'; import { NxJson } from '../shared-interfaces'; export declare function filterAffected(graph: ProjectGraph, touchedFiles: FileChange[], workspaceJson?: any, nxJson?: NxJson): ProjectGraph;