UNPKG

nx

Version:

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

11 lines 340 B
import { Task, TaskGraph } from '../../config/task-graph'; export declare function handleHashTasks(payload: { runnerOptions: any; env: any; tasks: Task[]; taskGraph: TaskGraph; }): Promise<{ response: import("../../hasher/task-hasher").Hash[]; description: string; }>; //# sourceMappingURL=handle-hash-tasks.d.ts.map