nx
Version:
8 lines (7 loc) • 355 B
TypeScript
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;