UNPKG

nx

Version:

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

5 lines (4 loc) 245 B
import { Tree } from '../../generators/tree'; export default function moveGraphCacheDirectory(tree: Tree): Promise<void>; export declare function updatePrettierIgnore(tree: Tree): void; export declare function updateGitIgnore(tree: Tree): void;