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) 280 B
import type { CommandModule } from 'yargs'; export interface SyncArgs { verbose?: boolean; } export declare const yargsSyncCommand: CommandModule<Record<string, unknown>, SyncArgs>; export declare const yargsSyncCheckCommand: CommandModule<Record<string, unknown>, SyncArgs>;