UNPKG

nx

Version:

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

6 lines (5 loc) 316 B
import { CreateDependencies, CreateNodes, CreateNodesV2 } from '../../project-graph/plugins'; export declare const name = "nx/js/dependencies-and-lockfile"; export declare const createNodesV2: CreateNodesV2; export declare const createNodes: CreateNodes; export declare const createDependencies: CreateDependencies;