UNPKG

nx

Version:

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

6 lines 326 B
import type { LifeCycle } from '../life-cycle'; import { TaskStatus } from '../tasks-runner'; export declare class EmptyTerminalOutputLifeCycle implements LifeCycle { printTaskTerminalOutput(task: any, cacheStatus: TaskStatus, terminalOutput: string): void; } //# sourceMappingURL=empty-terminal-output-life-cycle.d.ts.map