UNPKG

foreground-child

Version:

Run a child as if it's the foreground process. Give it stdio. Exit when it exits.

4 lines 185 B
/// <reference types="node" /> import { ChildProcess } from 'child_process'; export declare const watchdog: (child: ChildProcess) => ChildProcess; //# sourceMappingURL=watchdog.d.ts.map