UNPKG

nx

Version:

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

5 lines 291 B
import { CreateDependencies, CreateNodesV2 } from '../../project-graph/plugins'; export declare const name = "nx/js/dependencies-and-lockfile"; export declare const createNodesV2: CreateNodesV2; export declare const createDependencies: CreateDependencies; //# sourceMappingURL=index.d.ts.map