UNPKG

nx

Version:

Smart, Fast and Extensible Build System

7 lines (6 loc) 293 B
export interface DaemonProcessJson { processId: number; } export declare function writeDaemonJsonProcessCache(daemonJson: DaemonProcessJson): Promise<void>; export declare function safelyCleanUpExistingProcess(): Promise<void>; export declare function getDaemonProcessId(): number | null;