UNPKG

nx

Version:

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

3 lines 243 B
import { FileData, ProjectFileMap } from '../../config/project-graph'; export declare function buildAllWorkspaceFiles(projectFileMap: ProjectFileMap, globalFiles: FileData[]): FileData[]; //# sourceMappingURL=build-all-workspace-files.d.ts.map