UNPKG

nx

Version:

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

9 lines (8 loc) 189 B
export declare class ProjectLogger { private projectName; private logs; private color; constructor(projectName: string); buffer(msg: string): void; flush(): void; }