UNPKG

nx

Version:

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

9 lines 262 B
export interface PnpmCatalogEntry { [packageName: string]: string; } export interface PnpmWorkspaceYaml { packages?: string[]; catalog?: PnpmCatalogEntry; catalogs?: Record<string, PnpmCatalogEntry>; } //# sourceMappingURL=pnpm-workspace.d.ts.map