UNPKG

nx

Version:

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

8 lines (7 loc) 355 B
import type { NxReleaseConfiguration } from '../../../config/nx-json'; import type { NxReleaseConfig } from '../config/config'; export declare function printConfigAndExit({ userProvidedReleaseConfig, nxReleaseConfig, isDebug, }: { userProvidedReleaseConfig: NxReleaseConfiguration; nxReleaseConfig: NxReleaseConfig; isDebug: boolean; }): any;