UNPKG

nx

Version:

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

7 lines (6 loc) 286 B
/** * `Task` and `TaskGraph` are defined as Rust structs in * `packages/nx/src/native/tasks/types.rs` and exposed to TypeScript via NAPI. * This file re-exports them so existing imports keep working. */ export type { Task, TaskGraph, TaskTarget, TaskHashDetails } from '../native';