UNPKG

nx

Version:

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

9 lines 379 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): Promise<void>; export declare function rewriteTargetsAndProjects(args: string[]): string[]; //# sourceMappingURL=init-local.d.ts.map