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) 250 B
import { CreateDependencies, CreateNodes } from '../../project-graph/plugins'; export declare const name = "nx/js/dependencies-and-lockfile"; export declare const createNodes: CreateNodes; export declare const createDependencies: CreateDependencies;