JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "watchdog.d.ts"
Full Path: /home/u703019046/domains/nawabs.com.au/public_html/node_modules/foreground-child/dist/commonjs/watchdog.d.ts
File size: 447 bytes
MIME-type: text/x-java
Charset: utf-8
/// <reference types="node" />
import { ChildProcess } from 'child_process';
/**
* Pass in a ChildProcess, and this will spawn a watchdog process that
* will make sure it exits if the parent does, thus preventing any
* dangling detached zombie processes.
*
* If the child ends before the parent, then the watchdog will terminate.
*/
export declare const watchdog: (child: ChildProcess) => ChildProcess;
//# sourceMappingURL=watchdog.d.ts.map