UNPKG

nx

Version:

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

6 lines 246 B
/** * Get the current machine ID, with caching and error handling * @returns The machine ID or empty string if unable to retrieve */ export declare function getCurrentMachineId(): Promise<string>; //# sourceMappingURL=machine-id-cache.d.ts.map