UNPKG

nx

Version:

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

3 lines 269 B
import { type ProjectGraph, ProjectGraphProjectNode } from '../../../config/project-graph'; export declare function getWorkspacePackagesFromGraph(graph: ProjectGraph): Map<string, ProjectGraphProjectNode>; //# sourceMappingURL=get-workspace-packages-from-graph.d.ts.map