@specs-feup/lara
Version:
A js port of the popular framework for building source-to-source compilers
8 lines • 453 B
TypeScript
import { ChildProcess } from "child_process";
declare const activeChildProcesses: Record<number, ChildProcess>;
export declare function getActiveChildProcesses(): typeof activeChildProcesses;
export declare function addActiveChildProcess(child: ChildProcess): void;
export declare function handleExit(exitProcess?: boolean): void;
export declare function listenForTerminationSignals(): void;
export {};
//# sourceMappingURL=ChildProcessHandling.d.ts.map