UNPKG

nx

Version:

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

9 lines (8 loc) 330 B
import { WorkspaceTypeAndRoot } from '../src/utils/find-workspace-root'; /** * Nx is being run inside a workspace. * * @param workspace Relevant local workspace properties */ export declare function initLocal(workspace: WorkspaceTypeAndRoot): void; export declare function rewriteTargetsAndProjects(args: string[]): string[];