You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

4 lines
320 B

import { ProjectGraph, ProjectGraphProjectNode } from '../config/project-graph';
import { NxArgs } from '../utils/command-line-utils';
export declare function getCommandProjects(projectGraph: ProjectGraph, projects: ProjectGraphProjectNode[], nxArgs: NxArgs): string[];
//# sourceMappingURL=get-command-projects.d.ts.map