UNPKG

nx

Version:

Smart, Fast and Extensible Build System

5 lines (4 loc) 290 B
import { WholeFileChange } from '../../file-utils'; import { JsonChange } from '../../../utils/json-diff'; import { TouchedProjectLocator } from '../affected-project-graph-models'; export declare const getTouchedProjectsInWorkspaceJson: TouchedProjectLocator<WholeFileChange | JsonChange>;