UNPKG

nx

Version:

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

5 lines 272 B
import ignore = require('ignore'); import { Tree } from '../generators/tree'; export declare function getIgnoreObject(root?: string): ReturnType<typeof ignore>; export declare function getIgnoreObjectForTree(tree: Tree): ignore.Ignore; //# sourceMappingURL=ignore.d.ts.map