UNPKG

nx

Version:

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

11 lines 431 B
/** * Returns the path to a temp directory containing `nx@latest`. * The installation is cached for the lifetime of the daemon process. * Guards against concurrent callers by reusing the in-flight promise. */ export declare function getLatestNxTmpPath(): Promise<string>; /** * Clean up the latest Nx installation on daemon shutdown. */ export declare function cleanupLatestNx(): void; //# sourceMappingURL=latest-nx.d.ts.map