UNPKG

@yolkai/nx-workspace

Version:

Extensible Dev Tools for Monorepos

6 lines (5 loc) 437 B
import { ProjectGraph, ProjectGraphNode } from '../core/project-graph'; import * as yargs from 'yargs'; import { NxArgs } from './utils'; export declare function printAffected(affectedProjectsWithTargetAndConfig: ProjectGraphNode[], affectedProjects: ProjectGraphNode[], projectGraph: ProjectGraph, nxArgs: NxArgs, overrides: yargs.Arguments): void; export declare function selectPrintAffected(wholeJson: any, wholeSelect: string): any;