UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

7 lines (6 loc) 417 B
import { Tree } from '../../../generators/tree'; export declare function printDiff(before: string, after: string, contextLines?: number, noDiffMessage?: string): void; export declare function printAndFlushChanges(tree: Tree, isDryRun: boolean, diffContextLines?: number, shouldPrintDryRunMessage?: boolean, noDiffMessage?: string, changePredicate?: (f: { path: string; content?: Buffer; }) => boolean): void;